Transfers

Transfers

🔒

Each request in Business Integration Services - Transfers must be authorized with an OAuth 2.0 Bearer access token issued for the client application.

Details can be seen in the Authentication section

The Business Integration Services - Transfers allows business clients to connect their ERP, accounting or other business software to TBC Bank payment systems.

With the services described in this section, clients can initiate payment orders and retrieve the status or identifier of initiated orders.

MethodEndpointPurpose
POST/bab/v1/transfers/singleImport single transfer order
POST/bab/v1/transfers/batchImport batch transfer orders
GET/bab/v1/transfers/single/{transferId}/statusGet single transfer status
GET/bab/v1/transfers/batch/{batchId}/statusGet batch transfer status
GET/bab/v1/transfers/single/{transferExternalId}Get single transfer transferId by transferExternalId
GET/bab/v1/transfers/batch/{batchTransferExternalId}Get batch transfer batchId by batchTransferExternalId

ℹ️

To use the transfer services, the client must have the Initiate Transactions permission enabled.

Details can be seen in Api Permission section.

⚠️

The API creates/initiates the transfer order. Final execution of the order depends on the authorization, signing and confirmation rules applicable in Business Internet Banking.