Create payments async

This endpoint is deprecated in favour of create payment. This endpoint validates the input and queues payments to be processed asynchronously. A response of 200 OK is sent if the payments are valid and have been successfully queued. This endpoint allows for up to 5000 payments to be created at a time. To use this endpoint you'll need the Payments Create permission.

Query Params
string

To perform an idempotent request, provide the idempotency_key query parameter with the request. An idempotency key is a unique value generated by the client which the platform uses to recognize subsequent retries of the same request. How you create unique keys is up to you, but we suggest using a V4 UUID, or another random string with enough entropy to avoid collisions. Idempotency keys can be up to 255 characters long.

Body Params
Response
200

Success

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here!