Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.platnova.com/llms.txt

Use this file to discover all available pages before exploring further.

Checkout lets your business create a hosted payment session for a customer and redirect them to a Platnova payment page. You create the checkout with amount, currency, and payment options, then send the generated url to the customer to complete payment.

How checkout works

  1. Create checkout using POST /v1/checkout with customer email, amount, currency, and payment options.
  2. Redirect customer to the returned hosted checkout url.
  3. Track status by fetching the checkout with GET /v1/checkout/{id}.

Next steps