This tutorial guides you through the creation of a Checkout which is the entity that contains the link where you should redirect the client to make a payment You also find how you can use the Webhooks to let your website or application receive notifications from Chargily Pay when a payment is completed, failed, or canceled and react to it. Here is how the process of payment will look like:Documentation Index
Fetch the complete documentation index at: https://dev.chargily.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
The redirection of the client to the link
You will redirect the client to the link you got from the Checkout object.