Transfer Batches
Create a Transfer Batch
Transfer Batches
Create a Transfer Batch
Create a transfer batch
POST
/api/v2/transfer-batches
client_id*
api_key*
curl --request POST \
--url https://api.senddotssandbox.com/api/v2/transfer-batches \
--header 'Authorization: Basic username:password'
Authorizations
Authorization[header]required
string
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
idempotency_key
string
items
array
metadata
object
Response
id
string
items
array
metadata
object
status
string
Available options:
pending
, completed
curl --request POST \
--url https://api.senddotssandbox.com/api/v2/transfer-batches \
--header 'Authorization: Basic username:password'