Account 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
auditUser
string
requiredThe audit user to log the request
Body
application/json
description
string
Free form description.
transfers
object[]
requiredAn array of transfer requests
Response
200 - application/json
id
string
requiredEnfuce generated id for batch transfer.
status
enum<string>
requiredBatch 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
description
string
Free form description.
startTime
string
requiredBatch transfer start time.
transferItemCount
integer
requiredNumber of transfer items in the batch.
totalAmount
object
Map of total amount per currency.