#Merchant wallet


Merchants are provided with a transactional wallet which they can top up, check balance and also use in completing transaction for their customers.

Note: Do not forget to include the header for authentication purposes.



#To complete an order through merchant wallet.

In a case where by a merchant wallet is to be charged for a completed order, you should call on this endpoint with the required infomation.

   curl -X GET \
     '{{base-url}}/transactional/wallet/{{ gateway_code }}/{{ order_id }}'

 PhoneType Description
 Gateway Code  Number The gateway code for the wallet option Required
 Order ID  Number  The order ID you are paying for Required

Example :



#Get merchant wallet balance

Send a get request to get the available wallet balance.

   curl -X GET \
     '{{base-url}}/transactional/wallet/'

Example :





#Top up a wallet

You can easily move money to your wallet by sending a command to us. text TOP AMOUNT to 08107600076 through any of the acceptable sales channels.

Note: As a merchant you can also top up through your merchant app.