DotsDocs
Transfer batches

Create a Transfer Batch

Create a transfer batch

POST
/v2/transfer-batches

Create a transfer batch

AuthorizationBasic <token>

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/transfer-batches" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "status": "pending",  "metadata": {},  "items": [    {      "transfer_id": "d4a2d8dd-7def-4545-a062-761683b9aa05",      "amount": 0,      "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",      "tax_exempt": true,      "metadata": {},      "error": "string"    }  ]}