Transactions
Bulk transactions
Submit multiple transactions in one request with the Java SDK.
POST
Bulk transactions
Use
blnk.transactions().createBulk for this operation.
1
Call the method
2
Save the batch ID
Use
response.data().get("batch_id").asText() as parent_transaction to find child transactions, or with updateStatus to commit or void an inflight batch.3
Response
Related docs
Bulk transactions guide
Batch processing, webhooks, and retrieving a batch.
Bulk transactions
HTTP request and response schema.