Get wallet balance

Get the available and ledger balances of a digital wallet

URI

GET

https://api.tryduplo.com/v1/wallets/balance/:wallet_ref?business_id=

Parameters

Authorization string

set value to Bearer SECRET_KEY

Path Param

wallet_ref string required

Wallet referenece

Query param

business_id string required

Merchant business id

Sample request

curl --location --request GET 'https://api.tryduplo.com/v1/wallets/balance/:wallet_ref?business_id=' \
--header 'Authorization: Bearer SECRET_KEY' \
--data-raw ''

Duplo Response

Last updated

Was this helpful?