All Collections
Payments
How can I view my payment wallet balance?
How can I view my payment wallet balance?

Getting your payments wallet balance

Caroline Wavinya avatar
Written by Caroline Wavinya
Updated over a week ago

You can view the balance on your dashboard.

  1. Log into your account and got to your application.

  2. Click on Payments(menu on the left side)

  3. Click on products

Alternatively to get your payment wallet balance, you need to make a GET request to
https://payments.africastalking.com/query/wallet/balance?username=username

As with other requests you will need to include your apiKey in the HEADER.

This is an example of the response you'll get

 { "status": "Success",
  "balance": "KES 120.0000"
}

 Here is an example curl request...

 curl -X GET \ 'https://payments.africastalking.com/query/wallet/balance?username=your-username-here' \ 
  -H 'accept: application/json' \
  -H 'apikey: your-apiKey-here' \

Further questions ? email us at payments@africastalking.com  :)

Did this answer your question?