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

  1. Get authentication Token
    Obtain an authentication token to interact with Ezypay's API.
  2. Create a customer in Ezypay
    Set up a customer profile within the Ezypay system.
  3. Create a payment method and link It to a customer
    Register a payment method and associate it with the customer profile.
  4. Create an invoice
    Generate an invoice using the Customer ID and Payment Method Token.
  5. 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.