Refunds
Get Refund Details
Bank Account
- POSTValidate bank account and routing number
- GETGet all bank accounts for a user
- POSTAdd a new bank account for a user
- DELDelete a bank account
- GETGet Bank Account Balance
- GETGet bank account details
- POSTAdd bank account
- GETGet all bank accounts for a user
- POSTGet balance approval
- PUTSwitch default bank account
- POSTGet User Details by bank account
Business,Merchant
Refunds
Transaction
Webhook
Processor
Onboard Person
Refunds
Get Refund Details
This API returns the details of a refund request.
GET
/
3p
/
api
/
v1
/
refunds
/
{refund_uuid}
{
"status": true,
"message": "<string>",
"data": {
"transaction_uuid": "9c2af585-9fea-4c47-ac12-e00f42943cd8",
"refund_uuid": "9c2b3589-160b-45a6-bbad-2694fdd8aeae",
"amount": 10,
"status": "REFUND_COMPLETE",
"client_reference_id": "infiniRefundW@12",
"payer_uuid": "4a9d2b92-55e6-4234-8732-a4296f73ee21",
"payee_uuid": "7a70d56c-ee4d-43f1-9021-fc060fb4c460",
"capture_delay_days": 2,
"payout_delay_days": 5,
"created_at": "2024-03-13T12:00:00Z",
"updated_at": "2024-03-14T12:00:00Z",
"failure_code": "R01",
"failure_reason": "Insufficient Funds"
},
"errors": null,
"error_code": null
}
Authorizations
Sanctum token-based authentication using the Bearer scheme.
Path Parameters
Refund UUID
Response
200
application/json
Refund details retrieved successfully
Example:
true
Example:
"9c2af585-9fea-4c47-ac12-e00f42943cd8"
Example:
"9c2b3589-160b-45a6-bbad-2694fdd8aeae"
Example:
10
Example:
"REFUND_COMPLETE"
Example:
"infiniRefundW@12"
Example:
"4a9d2b92-55e6-4234-8732-a4296f73ee21"
Example:
"7a70d56c-ee4d-43f1-9021-fc060fb4c460"
Example:
2
Example:
5
Example:
"2024-03-13T12:00:00Z"
Example:
"2024-03-14T12:00:00Z"
Example:
"R01"
Example:
"Insufficient Funds"
Example:
null
Example:
null
{
"status": true,
"message": "<string>",
"data": {
"transaction_uuid": "9c2af585-9fea-4c47-ac12-e00f42943cd8",
"refund_uuid": "9c2b3589-160b-45a6-bbad-2694fdd8aeae",
"amount": 10,
"status": "REFUND_COMPLETE",
"client_reference_id": "infiniRefundW@12",
"payer_uuid": "4a9d2b92-55e6-4234-8732-a4296f73ee21",
"payee_uuid": "7a70d56c-ee4d-43f1-9021-fc060fb4c460",
"capture_delay_days": 2,
"payout_delay_days": 5,
"created_at": "2024-03-13T12:00:00Z",
"updated_at": "2024-03-14T12:00:00Z",
"failure_code": "R01",
"failure_reason": "Insufficient Funds"
},
"errors": null,
"error_code": null
}