Wallet
Get signed banks
GET
{{baseUrl}}/api/v2/client/wallet/signed_banks
Query Parameters
Name
Type
Description
country_code
String
The country code (NG, KE etc)
Headers
Name
Type
Description
client-id*
string
The client id that was generated
api-key*
string
The secret api key
Get default wallet
GET
{{baseUrl}}/api/v2/client/wallet/default
Query Parameters
Name
Type
Description
customer_id
number
phone_number
string
string
Headers
Name
Type
Description
client-id*
string
The client id that was generated
api-key*
string
The secret api key
Get wallet transactions
GET
{{baseUrl}}/api/v2/client/wallet/wallet_transactions/{account_number}
Path Parameters
Name
Type
Description
account_number*
string
Headers
Name
Type
Description
client-id*
string
The client id that was generated
api-key*
string
The secret api key
Last updated