Ezypay Demo Page
Demo for the journey of onboarding a customer to Ezypay and first billing
Once you have received the sandbox credentials from Ezypay, you can use Ezypay's Demo Service page.
This page provides a step-by-step walkthrough to help integrators familiarise themselves with Ezypay's APIs before developing their own customer creation processes.
Steps on the Ezypay demo service page
- Get authentication Token
Obtain an authentication token to interact with Ezypay's API. - Create a customer in Ezypay
Set up a customer profile within the Ezypay system. - Create a payment method and link It to a customer
Register a payment method and associate it with the customer profile. - Create an invoice
Generate an invoice using the Customer ID and Payment Method Token. - Retrieve an invoice
Fetch the details of an invoice by using the Customer ID.
Each section on the demo service page includes detailed descriptions of its purpose and requirements, along with links to the developer guides for further information.
Important Note:
This demo page is intended solely for process demonstration. The provided code is not production-ready, as additional validations may be required for your implementation.
Updated about 1 month ago