Add Vendor Balance
Endpoint to add some balance for a vendor.
Will truncate the input to its minimum denomination, e.g. USD 1,000.234 is USD 1,000.23 , as there is no fraction of a cent.
Authentication
Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.
Don't have an API key yet? Learn how to generate one.
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Path Parameters
object
The External ID of the Vendor to retrieve.
The External ID of the Vendor to retrieve.
Request Body
Basic request Data for Adding Balance
object
Amount to add in the marketplace currency
Reason given to add the amount
Responses
Successful Response
This is the result of the Balance Adding. returns True if the operation was executed correctly.
object
Validation Error