This tutorial guides you through a basic interaction with the Chargily Pay API. First, you’ll make your first API call to generate a new Product. You will then create a Price for the Product you created, and use that Price to generate a Checkout to get the URL where you should redirect your customer to complete the payment. Finally, you’ll see 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.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.
1. Your first API request - create a new Product
It’s time to send your first API request!