Refund API V3 — submit decision (API 4)
Method
POST
Url
https://platform.globaltravelrule.com/api/verify/v3/refund/decision
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
- Schema
- Example
supportId
OptionalString
supportId=string
Request Body (Required)
- Schema
- Example
[+]refundAddress
OptionalObject
[+]refundBasicInfo
RequiredObject
[+]refundBlockchainInfo
OptionalObject
[+]refundDecision
RequiredObject
{
"refundAddress": {
"address": "E9aX7TbJqvLwzC1f8rYpBnGks3M0QHjVxODUZ_WRmT2yXoLp",
"tag": "some of network like XRP required to input address tag (memo)"
},
"refundBasicInfo": {
"refundId": "testexchange-189e9948-64c7-4a6c-bb4f-859c173321c5"
},
"refundBlockchainInfo": {
"ticker": "USDT",
"network": "XRP"
},
"refundDecision": {
"refundRejectReason": {
"rejectReason": "Originator VASP does not currently support refunds for the requested asset/network combination",
"rejectReasonType": "OTHER"
},
"decision": "ACCEPT",
"refundCancelReason": {
"cancelReasonType": "SYSTEM_ERROR",
"cancelReason": "Originator VASP-side decision timeout"
}
}
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
OptionalInteger (int32)
{
"verifyStatus": 0,
"data": {},
"verifyMessage": "string"
}