Documentation

Batch Refund

📘

Authentication Route

This route is secured with processor token authentication.

This API is processor specific and returns a list of refunds included in the specified batch.


Endpoint

   /3p/api/v1/batchrefunds/{batch_refund_uuid}

 

Response Object

{
    "status": true,
    "message": "",
    "data": {
        "total": 10100,
        "refund_uuid": [
            {
                "refund_uuid": "51126751-6bfe-4346-a58b-e96ce3da6fe3",
                "transaction_uuid": "9bd42a41-70d2-484c-98a6-21709141660d",
                "total": 6060,
                "client_reference_id": "deposit_12345"
            },
            {
                "refund_uuid": "396dda76-f451-42c7-9bd6-85ad412680c2",
                "transaction_uuid": "9bd429a5-f0ed-4550-bc8e-02699b6c6afa",
                "total": 4040,
                "client_reference_id": "deposit_54321"
            }
        ]
    },
    "errors": null,
    "error_code": null
}

Errors & Warnings

CodeMessage
401
422