Payments
Authorizations
AuthorizationstringRequired
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Header parameters
Idempotency-Keystring · min: 8 · max: 64OptionalExample:
Unique key to ensure idempotent requests.
4809a25c-b188-4abb-a698-f2d02d35dd9aPattern: ^[0-9a-fA-F-]+$Body
Responses
201
The payment was successfully created.
application/vnd.api+json
400
Bad request.
application/vnd.api+json
401
Unauthorized.
application/vnd.api+json
409
Conflict
application/vnd.api+json
422
Unprocessable entity.
application/vnd.api+json
429
Too many requests.
application/vnd.api+json
500
Internal Server Error.
application/vnd.api+json
503
Service is unavailable.
application/vnd.api+json
post
/v1/paymentsLast updated
Was this helpful?