This operation will respond with a batch transfer status for the given batch transfer ID.
{
"id": "11221122",
"status": "IN_PROGRESS",
"description": "Test batch transfer",
"startTime": "2023-11-29T14:57:00",
"transferItemCount": 2,
"totalAmount": {
"EUR": 100,
"NOK": 150
},
"completionTime": "2023-11-29T15:31:00",
"successfulTransferItems": 1,
"failedTransferItems": 1
}
The batch transfer ID to fetch
The audit user to log the request
Successful lookup of batch transfer status
The response is of type object
.
Was this page helpful?
{
"id": "11221122",
"status": "IN_PROGRESS",
"description": "Test batch transfer",
"startTime": "2023-11-29T14:57:00",
"transferItemCount": 2,
"totalAmount": {
"EUR": 100,
"NOK": 150
},
"completionTime": "2023-11-29T15:31:00",
"successfulTransferItems": 1,
"failedTransferItems": 1
}