scope transactions:create
transactions:create
Create bulk Transactions to process multiple financial operations in a single request. This enables efficient batch processing for scenarios like recurring payments, bulk refunds, or mass customer updates.
Bulk Transactions allow merchants to streamline operations by grouping related financial activities together, reducing API calls and improving processing efficiency.
Info
Each transaction in the bulk request is processed individually, so partial failures are possible. Check the response array for individual transaction statuses.
Warning
The bulk transaction limit is 100 transactions per request. For larger batches, split your requests accordingly.
Customer Transaction Behaviors
For customer-specific transaction behaviors, see the Customer Transactions endpoint which provides additional features like customer context, payment method validation, and customer-specific business rules.
Bulk Operations
For bulk transaction processing, you can also use the SFTP bulk operations which allow you to upload CSV files for large-scale transaction processing. This is ideal for scenarios requiring hundreds or thousands of transactions.
After creating bulk Transactions, you can monitor their status using the Jobs endpoint or set up webhook subscriptions to receive real-time updates.