Get batch transfer 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

StatusDescription
UploadingBatch upload/import is in progress
RegisteredBatch is registered in the bank system
Waiting for certificationBatch is waiting for authorization / confirmation
In progressBatch is being processed
FinishedBatch processing is completed
Finished with errorsBatch processing is completed, but one or more orders returned errors
FailedBatch processing could not be completed
CancelledBatch is cancelled
ErrorAn error occurred while processing the batch

Note: errorDetailEN, errorDetailGE, failureReasonEn, and failureReasonGe
are populated per order when processing fails or an upstream system returns additional
error/failure information.

Path Params
integer
required

Internal batch transfer ID assigned by the bank system. This value is returned in the batchTransferId field of the POST /bab/v1/transfers/batch response.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json