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
- 202
- 400
- 401
- 403
- 404
- 500
- 503
Accepted
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Service Unavailable. Please try again later.