Quickstart
Get paid creating payment sessions through our API.
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.
To integrate with Sprintcheckeckout API follow this two steps:
A. Create payment session and receive a redirect url
Go to create a payment session for full API reference.
Example request
Example response
You will receive a json like this:
For some use cases a payment session can accept multiple payments (for example donation links). In that case you can do updates to the payment session, check full API reference on update a payment session.
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.
The payment notification message will be a .json with this format:
Dashboard
On the Dashboard > Notifications section you can also find a table where you will find every order you receive via API.