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 paymentYou 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:
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.