Skip to main content

Can I submit batch payments through the API?

Yes -- the Verto API supports bulk payment submission via the /payments/batch endpoint.

1. POST to /v1/payments/batch with a payments array.

💡 Tip: Include a unique idempotency key per batch submission.


​

2. The response returns a batch object with a batchId and an array of individual payment results.


​

3. Use GET /v1/payments?batchId={batchId} to retrieve status of individual payments.

⚠️ Warning: Batch submissions above 1,000 rows are not supported in a single request.


​

Related articles:

Did this answer your question?