GET
/
v1
/
a2a
/
batches
/
{id}
/
status

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
id
string
required

Enfuce generated id for batch transfer.

startTime
string
required

Batch transfer start time.

status
enum<string>
required

Batch 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
transferItemCount
integer
required

Number of transfer items in the batch.

completionTime
string

Batch transfer completion time.

description
string

Free form description.

failedTransferItems
integer

Number of failed transfer items in the batch.

successfulTransferItems
integer

Number of successful transfer items in the batch.

totalAmount
object

Map of total amount per currency.