Skip to main content

Create Batch Transfer

POST 

/v2/customers/:customerId/batch-transfers

Create batch transfer. Common fields (merchantRefNum, currencyCode, transferDetails, deviceInfo) apply to the batch; each item in transfers specifies amount and recipient. Per-item currencyCode may be omitted when it matches the batch-level currencyCode. Maximum allowed transfer items in the request body is 20. Maximum allowed transfer items in a batch is 100. Transfers in the batch can be added later using POST /v2/customers/{customerId}/batch-transfers/{batchTransferId}/transfers API.

Request

Responses

Accepted