Refunds
GetPaymentRefund
Retrieves a specific refund using the refund_id.
get/v2/refunds/{refund_id}
Path parameters
refund_idstring required
The unique ID for the desired PaymentRefund.
Response
Success
Example response
{
"refund": {
"amount_money": {
"amount": 1000,
"currency": "USD"
},
"created_at": "2019-07-06T18:01:22.123Z",
"id": "O2QAAhTYs7rUfzlxT38GMO7LvaB_q7JwCHtxmgXrh8fAhV468WQ44VxDtL7CU4yVRlsbXmI",
"location_id": "XK3DBG77NJBFX",
"order_id": "2duiyoqbfeXY0DBi15GEyk5Epa4F",
"payment_id": "O2QAAhTYs7rUfzlxT38GMO7LvaB",
"processing_fee": [
{
"amount_money": {
"amount": -59,
"currency": "USD"
},
"effective_at": "2019-07-06T20:01:12.000Z",
"type": "INITIAL"
}
],
"status": "COMPLETED",
"updated_at": "2019-07-06T18:06:03.874Z"
}
}