1
The creation of a Checkout
You will create a Checkout object that contains the link where you should redirect the client to make a payment.
2
The redirection of the client to the link
You will redirect the client to the link you got from the Checkout object.
3
Use Webhooks to react to payments
You will use Webhooks to let your website or application receive notifications from Chargily Pay when a payment is completed, failed, or canceled and react to it.