get
https://test-api.tbcbank.ge/bab/v1/transfers/batch//status
Returns the current status of a batch transfer and all its individual orders,
using the internal bank batch transfer ID.
The batchTransferId is returned in the POST /bab/v1/transfers/batch response.
The response includes the overall batch status and the per-order status for every
transfer order submitted in the batch.
Batch transfer statuses
| Status | Description |
|---|---|
Uploading | Batch upload/import is in progress |
Registered | Batch is registered in the bank system |
Waiting for certification | Batch is waiting for authorization / confirmation |
In progress | Batch is being processed |
Finished | Batch processing is completed |
Finished with errors | Batch processing is completed, but one or more orders returned errors |
Failed | Batch processing could not be completed |
Cancelled | Batch is cancelled |
Error | An error occurred while processing the batch |
Note:
errorDetailEN,errorDetailGE,failureReasonEn, andfailureReasonGe
are populated per order when processing fails or an upstream system returns additional
error/failure information.
