GET
/
v1
/
a2a
/
batches
/
{id}
/
status
{
  "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
}

Path Parameters

id
string
required

The batch transfer ID to fetch

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successful lookup of batch transfer status

The response is of type object.