HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Perform a batch

Body Params
entries
array of objects
required

One or more transaction requests, of the same types that would normally be submitted to the other transaction endpoints. They will be processed asynchronously, in no particular order.

entries*
Headers
string

Optional unique identifier (UUID) for this batch request. Re-sending a request with an Idempotency-Key that this endpoint already accepted does not create a second batch: the original batchId is returned instead, so a client can safely retry after a timeout or a dropped connection. The key is released again if the request is rejected (for example when the batch exceeds the maximum size). Keys are retained for 7 days.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*