Endpoint to get the balance for a vendor.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance
{
"balance": 123,
"currencyCode": "<string>"
}
The External ID of the Vendor to retrieve.
1
Successful Response
Response body for the Vendor Balance fetch.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance
{
"balance": 123,
"currencyCode": "<string>"
}
Endpoint to get the balance for a vendor.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance
{
"balance": 123,
"currencyCode": "<string>"
}
The External ID of the Vendor to retrieve.
1
Successful Response
Response body for the Vendor Balance fetch.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance
{
"balance": 123,
"currencyCode": "<string>"
}