Submit a batch of requests
Creates a batch of requests and runs them asynchronously. Each element of `data` has to be compatible with the body
expected by the `operation`. A batch representing the progress and the status of the process is returned as a result.
You can retrieve the results using [/v3/batches/:id/results](./get-batch-results) once the batch has finished
processing.
This endpoints supports up to 24960 requests.
Complete guide: [Batches](../../../batches).
Authentication
X-Api-Keystring
API Key authentication via header
Request
This endpoint expects an object.
operation
An enumeration.
Allowed values:
data
Response
Successful Response
id
A unique identifier for the batch.
operation
An enumeration.
Allowed values:
status
The status of the batch. Results are not available for a batch with an error status.
Allowed values:
created_at
The timestamp of when the batch was created.
updated_at
The timestamp of when the batch was last updated.
progress
The number of transactions processed so far.
total
The total number of transactions in the batch.
Errors
422
Unprocessable Entity Error