Fetch A Batch
Fetch the details of a batch disbursement by the ID of the batch or using your supplied reference.
Fetching By Batch Id
get
Authorizations
AuthorizationstringRequired
API Key as Bearer Token
Path parameters
idstringRequired
Responses
200
Success
application/json
statusstring · enumOptionalPossible values:
messagestring · nullableOptional
metaobjectOptional
is_errorbooleanRead-onlyOptional
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
statusstring · enumOptionalPossible values:
messagestring · nullableOptional
metaobjectOptional
is_errorbooleanRead-onlyOptional
get
/v1/transfers/batch/reference/{batch_reference}200
Success
Last updated