This operation creates a bulk send to transfer funds to multiple recipients in a single request.
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
The request body to create a bulk send.
The source account from which the bulk send will be made.
"developer"."M1001"
The execution mode of the bulk send.
Strict: The bulk send is executed in strict mode, which means all bulk send items should be successfully executed or all failed.Partial: The bulk send is executed in partial mode, which means some bulk send items can be successfully executed and some can be failed.Strict, Partial "Strict"
The bulk send items.
The description for the entire bulk send batch.
"Monthly vendor payments - January 2024"
The bulk send was successfully created.
The bulk send ID.
"123e4567-e89b-12d3-a456-426614174003"
The source account from which the bulk send will be made.
"developer"."M1001"
The execution mode of the bulk send.
Strict: The bulk send is executed in strict mode, which means all bulk send items should be successfully executed or all failed.Partial: The bulk send is executed in partial mode, which means some bulk send items can be successfully executed and some can be failed.Strict, Partial "Strict"
The current status of the bulk send. Possible values include:
Pending: The bulk send has been created and is waiting to be processed.Validating: The bulk send items are being validated.Transferring: The bulk send items are being processed and funds are being transferred.Completed: All items in the bulk send have been successfully processed.PartiallyCompleted: Some items in the bulk send have been successfully processed, while others have failed.Failed: The bulk send has failed and no items were processed successfully.Pending, Validating, Transferring, Completed, PartiallyCompleted, Failed "Pending"
The created time of the bulk send, represented as a UNIX timestamp in seconds.
1744689600
The updated time of the bulk send, represented as a UNIX timestamp in seconds.
1744689600
The description for the entire bulk send batch.
"Monthly vendor payments - January 2024"