📄️ Introduction
Process
📄️ Create a Checkout
To create a checkout with the Payfect API, you will need to make a POST request to the /checkouts endpoint. In this request, you will need to include all relevant checkout information, such as the currency, and the invoice items.
📄️ Query a Checkout
To query a checkout with the Payfect API, you need to make a GET request to the /checkouts// endpoint, where {id} is the unique identifier of the checkout session you wish to query.
📄️ Callback for Checkout Success
After a successful checkout session, Payfect API will trigger a callback to the specified URL. This callback will use a POST request with JSON data.