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": 555,
"currency": "USD"
},
"created_at": "2021-10-13T19:59:05.073Z",
"id": "bP9mAsEMYPUGjjGNaNO5ZDVyLhSZY_69MmgHubkLqx9wGhnmenRUHOaKitE6llfZuxcWYjGxd",
"location_id": "L88917AVBK2S5",
"order_id": "9ltv0bx5PuvGXUYHYHxYSKEqC3IZY",
"payment_id": "bP9mAsEMYPUGjjGNaNO5ZDVyLhSZY",
"processing_fee": [
{
"amount_money": {
"amount": -34,
"currency": "USD"
},
"effective_at": "2021-10-13T21:34:35.000Z",
"type": "INITIAL"
}
],
"reason": "Example Refund",
"status": "COMPLETED",
"updated_at": "2021-10-13T20:00:02.442Z"
}
}