Payment Options
Before any transaction request is performed, it's recommended that the payment options available to the merchant account are known. This endpoint returns that list.
The API description below shows how the list of payment options can be obtained. The request requires that the merchant filters by currency and transaction type to get the appropriate list of the payment options.
Get Payment Options List
GET
https://gwapisdbx.ellypayapp.com/data/payment-providers
Returns the list of payment options available to the merchant account based on currency and transaction type
Query Parameters
currency*
String
The 3 character ISO currency code e.g. UGX
transaction_type*
String
The transaction type. Allowed types at the moment are; COLLECTION and PAYOUT
Headers
public-key*
String
The merchant account Public Key
Sample Payment Options Request
provider_code
string
The unique code for the payment option. It is required for the transaction requests
provider_name
string
The name of the option
transaction_type
string
The transaction type
transaction_method
string
The transaction method supported by this option
transaction_currency
string
The currency in which the option transacts
min_amount
float
The minimum amount allowed per transaction when using this option
max_amount
float
The maximum amount allowed per transaction when using this option
max_daily_amount
float
The maximum amount a single account number is allowed to transact in 24hrs
option_prefixes
array
String prefixes that validate the phone numbers. Applies to mobile money options
Last updated