Skip to main content
POST
Bulk transactions
Use client.Transaction.CreateBulk to create many transactions in one request (up to blnkgo.MaxBulkCreateItems, 10,000 per request).
1

Call the method

client.Transaction.CreateBulk
2

Save the batch ID

On a posted batch, use result.BatchID as parent transaction to find child transactions.A dry run has no BatchID. Check WouldApply and Results.
3

Response

Go response (*blnkgo.CreateBulkTransactionResponse)

The Go SDK validates batch size before sending the request. If len(Transactions) exceeds blnkgo.MaxBulkCreateItems (10,000), CreateBulk returns a client-side validation error without calling the API.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.