Transactions
Bulk transactions
Submit multiple transactions in one request with the TypeScript SDK.
POST
Bulk transactions
Use
blnk.Transactions.createBulk to create many transactions in one request (up to 10,000 per request).
1
Call the method
blnk.Transactions.createBulk
2
Save the batch ID
Use
response.data.batch_id as parent_transaction to find child transactions, or with updateStatus to commit or void an inflight batch.3
Response