其他
GetAlipayUrl - Get Alipay URL
Generate an Alipay reward URL and a reward code for status lookup.
cURL
Copy
curl --request GET \
--url 'https://bailian.{regionId}.aliyuncs.com/openapi/alipay/transfer/url' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"requestId": "6a71f2d9-f1c9-913b-818b-11402910xxxx\n",
"data": {
"qrUrl": "https://xxxxxx.aliyun-inc.com",
"code": "xxsdfasfw"
}
}