Service Packages List
Some services have packages OR a price list that describes the available items for payment/subscription. This section describes how a service's price/package list can be obtained.
Obtaining a packages list relates to services returned here and the value for has_packages
is true
Get Service Packages List
GET
https://gwapisdbx.ellypayapp.com/service-payments/service-packages?serviceCode=
Returns the list of service packages based on the service code. The service code is passed as query parameter to retrieve the packages accordingly.
Query Parameters
serviceCode*
String
The service code for the service whose packages are to be obtained in the request.
Headers
public-key*
String
The Public Key as shared in the approval email
Sample Service Packages Request
code
string
The unique code for the service package. During validation, this would be the service code.
name
string
The name of the service package
currency
string
The currency in which the service payment is done
price
Number
The cost of the service package. This is what the merchant pays for the package
Last updated