Skip to main content
GET
/
3p
/
api
/
v1
/
batchrefunds
/
{batch_refund_uuid}
Get Batch Refund ( SUNSETTING )
curl --request GET \
  --url https://api.grailpay.com/3p/api/v1/batchrefunds/{batch_refund_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "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. This is provided by the GrailPay Customer Support Team

Path Parameters

batch_refund_uuid
string<uuid>
required

UUID of the batch refund

Response

Successful response

status
boolean
Example:

true

message
string
Example:

""

data
object
errors
string
Example:

null

error_code
string
Example:

null