v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

Requery Batch Refund

get/refund/batch/requery

Query parameters

refund_batch_idstring

Fetch all refunds belonging to a batch.

refund_idstring

Fetch a single refund by its system-generated ID.

merchant_reference_idstring

Fetch a single refund by the merchant's reference ID.

Response

200

refund_batch_idstring

Example response

{
  "refund_batch_id": "BATCH-2026-001",
  "refunds": [
    {
      "refund_id": "rf_xxxxxxxxxxxx",
      "payment_id": "opg_abc1234567",
      "amount": 500,
      "refund_status": "request_initiated",
      "merchant_reference_id": "MER-REF-001",
      "refund_batch_id": "BATCH-2026-001"
    }
  ]
}