Skip to main content

Checkout API

Checkout is used to collect the first card payment and tokenize the card for future renewals.

POST /v1/checkout/order

Initialize a checkout order for a plan and customer email. Requires X-Api-Key.

Request body

The engine forces card-only checkout and enables card tokenization.

Response

  • payment_method.attached
  • invoice.paid
  • subscription.created
  • payment_success

Validation errors