v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

List All Refunds

This API provides list of all refunds that were created.

get/v1/refunds

Response

200

Example response

{
  "data": [
    {
      "object": "Refund",
      "id": "xB8Pw1B8Ob9pYOp9",
      "refund_amount": 500,
      "currency": "usd",
      "status": "failed_by_gateway",
      "reason": "requested_by_customer",
      "description": "requested_by_customer",
      "charge_id": "DLbnOBbBDWMbbOoM",
      "created_at": 1725461616,
      "updated_at": 1725461616
    }
  ],
  "meta": {
    "include": [
      "charge"
    ]
  }
}