Integration with Cashier360
Follow the steps below in the order listed to successfully complete your integration with Cashier.
In case of any issues, feel free to contact Cashier Support Team.
Step 1. Authorize
Before making any API requests, you must generate a JWT token.
Instructions for generating the JWT token are provided on the Authorization page.
Step 2. Init payment
Make a request to the Payment init endpoint to initiate new payments on the Cashier side.
A successful response will return a redirect link that your customer should follow to be taken to the Cashier Hosted Payment Page.
Step 3. Get a Notification to reflect transactions in your CRM
Webhooks are sent whenever the status of a transaction changes.
You can use these notifications to update the transaction information in your system in real time.
For detailed information about webhooks, please refer to the Webhooks section.