Payments

Payments object

Create a payment

post
/v1/payments

This operation creates a payment.

Note: This operation needs Authentication and supports the following features:

  • Idempotency

Authorizations
AuthorizationstringRequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Header parameters
Idempotency-Keystring · min: 8 · max: 64Optional

Unique key to ensure idempotent requests.

Example: 4809a25c-b188-4abb-a698-f2d02d35dd9aPattern: ^[0-9a-fA-F-]+$
Body
Responses
chevron-right
201

The payment was successfully created.

application/vnd.api+json
post
/v1/payments

Last updated

Was this helpful?