Get single transfer status

Returns the current status of a single transfer using its internal bank transfer ID.

The transferId is the internal ID returned in the id field of the
POST /bab/v1/transfers/single response. Use this endpoint to poll or check
the processing state of a specific single transfer order.

Transfer statuses

StatusDescription
Initial stateTransfer is created in an initial state and processing has not started yet
DraftTransfer is saved as a draft
RegisteredTransfer is registered in the bank system
DeletedTransfer is deleted
Waiting for certificationTransfer is waiting for authorization / confirmation
In progressTransfer is being processed
ErrorAn error occurred while processing the transfer
FinishedTransfer processing is completed
FailedTransfer could not be completed
CancelledTransfer is cancelled

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

Path Params
integer
required

Internal single transfer ID assigned by the bank system. This value is returned in the id field of the POST /bab/v1/transfers/single 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