GET
/
3p
/
api
/
v1
/
batchrefunds
/
{batch_refund_uuid}
{
  "status": true,
  "message": "",
  "data": {
    "total": "100",
    "refund_uuid": [
      {
        "refund_uuid": "123e4567-e89b-12d3-a456-426614174000",
        "transaction_uuid": "123e4567-e89b-12d3-a456-426614174000",
        "amount": "100",
        "client_reference_id": "123e4567",
        "capture_delay_days": "1",
        "payout_delay_days": "1"
      }
    ]
  },
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

batch_refund_uuid
string
required

UUID of the batch refund

Response

200
application/json
Successful response
status
boolean
Example:

true

message
string
Example:

""

data
object
errors
string
Example:

null

error_code
string
Example:

null