v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBAccount to account batch transfer
Create account to account batch transfer
Please note that this feature requires manual configuration. If you want to use it, please contact your CSM.
This operation will create a batch transfer with the given transfer items.
post/v1/a2a/batches
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"transfers": [
{
"currency": "EUR"
}
]
}Response
Successful creation of batch transfer
Example response
{
"id": "11221122",
"status": "IN_PROGRESS",
"description": "Test batch transfer",
"startTime": "2019-01-28T00:00:00",
"transferItemCount": 2,
"totalAmount": {
"EUR": 100,
"NOK": 150
}
}