Retrieve Refund
Introduction
Retrieve Refund
Interface
GET /v1/refunds/:refund_id
Request Params
N/A
Response Params
Response Example
200 success:
{
"id": "rfd_rzzLWPXPG4uD1azvTCvTCar",
"object": "refund",
"payment_method": "gcash_ph",
"time_created": "2022-03-15 10:47:36",
"time_refunded": null,
"livemode": true,
"reference": "rfd000001",
"payment_reference": "20220315104706000011",
"currency_local": "MYR",
"amount_priced": "0.10",
"amount_local": "0.10",
"failure_message": null,
"failure_code": null,
"gateway_transaction_id": "rxpIMKfsfIHLtiUI",
"status": "pending",
"description": null,
"metadata": {},
"extra": {}
}