Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
transactions
object[]
required
idempotency_key
string

Response

200 - application/json
success
boolean
status
enum<string>

The status of the batch request.

Available options:
pending,
completed,
failed,
unknown
batch_id
string

Batch ID for checking status. Use with /api/transactions/batch/<batch_id>.