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
| Parameter | Type | Required | Description |
|---|---|---|---|
| transferExternalId | integer / string | ✅ | The client-assigned transferExternalId passed in the provided by the client's system in the import request |
Response Parameters
| Field | Type | Description |
|---|---|---|
| transferId | integer | Internal Id of the single transfer created in the bank's system |
Request / Response Examples
GET /bab/v1/transfers/single/11001
{
"transferId": 502341
}
