If you’re looking for a no code implementation, head over to Payment Links.
How to integrate Sprintcheckout payments API
On this guide you can learn how to create a payment session and get notification on to your backend via webhooks. Below you can see a typical integration flow between an ecommerce and a payment gateway.
A. Create payment session and receive a redirect url
Go to create a payment session for full API reference.Example request
cURL
Example response
You will receive a json like this:B. Get payment updates via webhook
Webhooks
On the Notifications section, you can set up the endpoint to receive the order confirmation. You can optionally secure your endpoint accepting call with the webhook API key on the header that is shown on your dashboard.
Dashboard
On the Dashboard > Notifications section you can also find a table where you will find every order you receive via API.