其他
GetAlipayTransferStatus - Get Alipay Transfer Status
Query the Alipay reward transfer status by reward code.
cURL
Copy
curl --request GET \
--url 'https://bailian.{regionId}.aliyuncs.com/openapi/alipay/transfer/status' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"requestId": "6a71f2d9-f1c9-913b-818b-11402910xxxx\n",
"data": {
"code": 0,
"walletItemCode": "xsdfsdf",
"mainAccountId": 1007576424487905,
"accountId": 1348393307144609,
"alipayOrderId": 1234234,
"status": 1,
"creator": 234234,
"modifier": 234234,
"alipayOrderDetail": {},
"title": "test",
"qrURL": "https://xxx.aliyun.com",
"transAmount": 0.22,
"scope": "publish"
}
}