Skip to main content
GET
/
refunds
/
{id}
Retrieve a refund
curl --request GET \
  --url https://developersandbox-api.flutterwave.com/refunds/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>",
  "meta": {
    "page_info": {
      "total": 123,
      "current_page": 123,
      "total_pages": 123
    }
  },
  "data": {
    "id": "<string>",
    "amount_refunded": 12.34,
    "meta": {},
    "reason": "requested_by_customer",
    "status": "new",
    "charge_id": "chg_VnUihmASmF",
    "created_datetime": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Trace-Id
string

A unique identifier to track this operation. It must be between 12 and 255 characters in length.

Required string length: 12 - 255

Path Parameters

id
string
required

ID of the refund

Response

OK

status
enum<string>
Available options:
success,
failed
message
string
meta
object
data
object

A refund of a previously created charge