Products List

EllyPay provides a defined list of items that can be processed for business. The document describes how the list can be obtained.

Get the Products List

Below is the endpoint that's called to get the list of available purchase items. You can alternatively filter using the category by passing the category query parameter:

GET: https://sandbox.ellypayapp.com/merchant/product-list?category=

Query Parameters

Name

Type

Description

Required

category

string

The category of items to be filtered. The value can optionally be one of the following;

  1. MMONEY

  2. AIRTIME

  3. WATER

  4. INTERNET

  5. TV

  6. TAXES

  7. ELECTRICITY

NO

Last updated