Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.paywint.com/llms.txt

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

Use a prebuilt checkout page to start accepting online payments.
Embed the Paywint checkout inside your website using an iFrame.
This option keeps customers inside your UI while Paywint handles all sensitive data and compliance.
Embedded checkout form
1

Create a payment link

Your backend calls Create Payment Link with the amount and payer information.
2

Receive the checkout URL

Paywint returns a payment_link URL representing the checkout session.
3

Embed the checkout

You load the payment_link inside an <iframe> on your website.
4

Customer completes the payment

The customer reviews and completes the payment inside the embedded checkout.
5

Receive lifecycle webhooks

Paywint sends webhook notifications to your server as the payment progresses
(session opened, status updates, and final result).
For full event details, see the Webhooks documentation.
6

Redirect the customer

After the checkout finishes, Paywint redirects the customer to the Redirect URL
that you configure in your merchant dashboard.
The redirect includes the final payment status, and your application should handle
the next steps based on that status.