Account to account batch transfer
Get batch transfer status by given ID
This operation will respond with a batch transfer status for the given batch transfer ID.
GET
Path Parameters
The batch transfer ID to fetch
Query Parameters
The audit user to log the request
Response
200
application/json
Successful lookup of batch transfer status
Enfuce generated id for batch transfer.
Example:
"11221122"
Batch transfer status. IN_PROGRESS
- Successfully created but not yet complited batch transfer. COMPLETED
- Successfully completed batch transfer. FAILED
- Completely or partially failed batch transfer.
Available options:
IN_PROGRESS
, COMPLETED
, FAILED
, COMPLETED_WITH_ERRORS
Example:
"IN_PROGRESS"
Batch transfer start time.
Example:
"2019-01-28T00:00:00"
Number of transfer items in the batch.
Example:
2
Free form description.
Example:
"Test batch transfer"
Map of total amount per currency.
Example:
{ "EUR": 100, "NOK": 150 }
Batch transfer completion time.
Example:
"2019-01-28T00:00:00"
Number of successful transfer items in the batch.
Example:
1
Number of failed transfer items in the batch.
Example:
1