curl --request POST \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance/burn \
--header 'Content-Type: application/json' \
--data '{
"amount": 100,
"description": "Vendor used the money for other ads"
}'
This response does not have an example.
Endpoint to burn some amount of balance for a vendor.
curl --request POST \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance/burn \
--header 'Content-Type: application/json' \
--data '{
"amount": 100,
"description": "Vendor used the money for other ads"
}'
This response does not have an example.
The External ID of the Vendor to retrieve.
1
Basic request payload for Burning Balance.
Successful Response