Endpoint to list all the wallets of a vendor.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets
{
"wallets": [
{
"balance": 123,
"name": "<string>",
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
The External ID of the Vendor to retrieve.
1
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets
{
"wallets": [
{
"balance": 123,
"name": "<string>",
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
Endpoint to list all the wallets of a vendor.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets
{
"wallets": [
{
"balance": 123,
"name": "<string>",
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
The External ID of the Vendor to retrieve.
1
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets
{
"wallets": [
{
"balance": 123,
"name": "<string>",
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}