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 generatedDocumentation Index
Fetch the complete documentation index at: https://docs.platnova.com/llms.txt
Use this file to discover all available pages before exploring further.
url to the customer to complete payment.
How checkout works
- Create checkout using
POST /v1/checkoutwith customer email, amount, currency, and payment options. - Redirect customer to the returned hosted checkout
url. - Track status by fetching the checkout with
GET /v1/checkout/{id}.
Next steps
- Build your first request in Initiating checkout
- Fetch an existing checkout in Retrieving checkout
- See full request/response schemas in Create checkout and Get checkout

