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:
