Refunding asynchronous payment methods
Learn how to refund transactions that use delayed payment methods
{
"id": "3830d505-f004-4924-b1d5-8c877f164726",
"type": "refund.pending_information",
"data": {
"object": {
"id": "re_d1988e09-eec8-48f4-8077-b6c955c84e69",
"amount": 33.0,
"createdTime": "2022-03-11T20:35:21Z",
"currency": "JPY",
"items": [],
"orderId": "219187180336",
"refundedAmount": 0.0,
"state": "pending_information",
"tokenInformation": {
"token": "17bc3273-b588-420f-bd1f-49a89eec6322",
"expiresTime": "2022-06-09T20:37:21.087Z"
},
"liveMode": false,
"charges": [
{
"id": "5253e76e-e92f-4128-acad-78c26d7999b8",
"captured": true,
"refunded": true,
"refunds": [
{
"createdTime": "2022-03-11T20:37:21Z",
"amount": 33.0,
"state": "pending_information"
}
],
"sourceId": "0e311505-0955-47df-9808-beb34b5a8b30"
}
]
}
},
"liveMode": false,
"createdTime": "2022-03-11T20:37:30.556222Z",
...
"digitalriverVersion": "2021-12-13"
}Last updated