Get Batch Transfer Id

Get Batch Transfer Id by batchTransferExternalId

The Get Batch Transfer Id by batchTransferExternalId service is used when the client's system successfully sent a batch transfer request but, for technical reasons, did not receive the response that returned the batchTransferId assigned by the bank. In this case, the client can request the batch ID created in the bank's system by the batchTransferExternalId sent in the batch request.


Endpoint

GET /bab/v1/transfers/batch/{batchTransferExternalId}


Path Parameters

ParameterTypeRequiredDescription
batchTransferExternalIdinteger / stringThe client-assigned batchTransferExternalId passed in the provided by the client's system in the import request

Response Parameters

FieldTypeDescription
batchIdintegerInternal Id of the batch transfer created in the bank's system

Request / Response Examples

GET /bab/v1/transfers/batch/BATCH-2026-0001

{
  "batchId": 184729
}