Transactions
Bulk transactions
Submit multiple transactions in one request with the Python SDK.
POST
Bulk transactions
Use
blnk.transactions.create_bulk to create many transactions in one request.
1
Call the method
blnk.transactions.create_bulk
2
Save the batch ID
Use
response.data["batch_id"] as parent_transaction to find child transactions, or with update_status to commit or void an inflight batch.3
Response