Wallets list
This service allows you to list the master wallet, to get important data such as balance and others.
Wallets List
GET
api.vitawallet.io/api/businesses/wallets?page=:page&count=:count
This method allows you to list all your business wallets, supports pagination.
Query Parameters
Name
Type
Description
is_master
boolean
Search only master wallet
page
number
Page number
count
number
Wallets count default: 20
SDK
NOTE: get method can take optional parameters, which helps you set the page number you want to get and the number of items.
Get Wallet
GET
api.vitawallet.io/api/businesses/wallets/:uuid
This method gets a wallet details using its uuid.
Path Parameters
Name
Type
Description
uuid
string
Wallet UUID.
SDK
NOTE: wallets module can get wallet uuid to search.
get method handles Vita Business services request.
Última actualización