Balance Inquiry
The API allows the merchant to check the balance(s) for the different currencies they might hold.
GET
https://gwapisdbx.ellypayapp.com/data/wallet-balances
The endpoint retrieves the balance(s) by currency. It return currency wallets belonging to the merchant account
Query Parameters
currency
String
The currency whose balances should be retrieved (Optional)
Headers
public-key*
String
The merchant account Public Key
secret-key*
String
The merchant account Secret Key
Sample Balance Inquiry Request
Wallet Types
MERCHANT_COLLECTION
This wallet holds funds accumulated from funds collection of a specific currency. Funds directly deposited into the merchant account for a gievn currency would also live in a wallet of this type.
MERCHANT_PAYOUT
All the funds the merchant accout wishes to designate for disbursements will be stored in a special wallet of this type. The merchant will be allowed to provision funds here by transferrig from the collection account to this one.
SERVICE_PAYMENTS
All the funds the merchant accout wishes to designate for service/biller payments (e.g. Utilities. PayTV, Airtime etc) will be stored in a special wallet of this type. The merchant will be allowed to provision funds here by transferrig from the collection account to this one.
Balance Descriptions
available_balance
The amount/balance available for use. This the amount the merchant account has access to for any other platform operations
actual_balance
This is the total balance of a given currency for a certain merchant account wallet. It's the summation of all the balances in the given wallet.
uncleared_balance
This is the amount yet to be made available to the merchant account for use.
reserve_balance
In the event transactions are done using payment options for which a rolling reserve is implemented (e.g. card options), the accumulated rolling reserve amounts would be deposited under this balance
Last updated