Fetch A Batch

Fetch the details of a batch disbursement by the ID of the batch or using your supplied reference.

These endpoints do not return the list of disbursements contained in the batch. To fetch the list of the transfers, use the single transfers endpoints.

Fetching By Batch Id

get
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Path parameters
idstringRequired
Responses
200

Success

application/json
get
/v1/transfers/batch/{id}
200

Success

Fetching By Batch Reference

get
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Path parameters
batch_referencestringRequired
Responses
200

Success

application/json
get
/v1/transfers/batch/reference/{batch_reference}
200

Success

Last updated