{
"appId": "{{appId}}",
"requestId": "CCP20220428011068119",
"userId": "Penn09",
"channelCode": "ALIPAY_DIRECT_DEBIT",
"notifyUrl": "https://webhook.site/8c90197f-76c7-4844-b0e0-404c92d67fee",
"redirectUrl": "https://www.baidu.com/",
"terminalType": "WEB",
"osType": "ANDROID",
"timestamp": 1774408328286,
"sign": "{{sign}}"
}curl --location '/api/direct/debit/token/apply' \
--header 'Content-Type: application/json' \
--data '{
"appId": "{{appId}}",
"requestId": "CCP20220428011068119",
"userId": "Penn09",
"channelCode": "ALIPAY_DIRECT_DEBIT",
"notifyUrl": "https://webhook.site/8c90197f-76c7-4844-b0e0-404c92d67fee",
"redirectUrl": "https://www.baidu.com/",
"terminalType": "WEB",
"osType": "ANDROID",
"timestamp": 1774408328286,
"sign": "{{sign}}"
}'{
"code": 1000,
"message": "success",
"data": {
"requestId": "CCP20220428011068119",
"userId": "Penn09",
"channelCode": "ALIPAY_DIRECT_DEBIT",
"authUrl": "https://g.alipayplus.com/page/aplus-linker/acwallet/qrcode.html?url=alipayconnect%3A%2F%2Fplatformapi%2Facwallet%2FsignContract&scopes=AGREEMENT_PAY%2CUSER_LOGIN_ID&bizContent=%7B%22acquirerId%22%3A%22Z02TE8440000000A%22%2C%22authClientDisplayName%22%3A%22Penn%E4%B9%A6%E5%BA%97%22%2C%22authClientId%22%3A%22Ali5M6587767806496768%22%2C%22authClientName%22%3A%22Penn%E4%B9%A6%E6%9C%AC%22%2C%22authRedirectUrl%22%3A%22https%3A%2F%2Fg.alipayplus.com%2Fpage%2Fac-auth-payment%2Fresult%2Fmobile%2Findex.html%3FloadMode%3D2%26callbackType%3DCommon%26terminalType%3DWEB%26referenceAgreementId%3DDB5N1624205652459520%26authRequestId%3D2026031119091305000510002068302%26pspId%3D102208800000000000A%26clientId%3DT_305Y392YSG5VPU02102%22%2C%22authState%22%3A%22REQ5N1624205908312064%22%2C%22customerBelongsTo%22%3A%22ALIPAY_CN%22%2C%22pspId%22%3A%22102208800000000000A%22%2C%22referenceAgreementId%22%3A%22DB5N1624205652459520%22%2C%22referenceMerchantId%22%3A%22Ali5M6587767806496768%22%2C%22scopes%22%3A%5B%22AGREEMENT_PAY%22%2C%22USER_LOGIN_ID%22%5D%2C%22terminalType%22%3A%22WEB%22%7D&source=AlipayConnect&needCallback=false"
}
}