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
/
v1
/
a2a
/
batches
/
{id}
/
status
Path Parameters
id
string
requiredThe batch transfer ID to fetch
Query Parameters
auditUser
string
requiredThe audit user to log the request
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.
completionTime
string
Batch transfer completion time.
successfulTransferItems
integer
Number of successful transfer items in the batch.
failedTransferItems
integer
Number of failed transfer items in the batch.