Get Single Transfer Id

Get Single Transfer Id by transferExternalId

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


Endpoint

GET /bab/v1/transfers/single/{transferExternalId}


Path Parameters

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

Response Parameters

FieldTypeDescription
transferIdintegerInternal Id of the single transfer created in the bank's system

Request / Response Examples

GET /bab/v1/transfers/single/11001

{
  "transferId": 502341
}