Manage Vendors with the API
Learn how to add and manage vendors with the Payabli API
Vendors are the entities that provide goods or services to paypoints and organizations. They’re who gets paid in money out (pay out) transactions. Before you can use vendors in bills and payouts, you must add them. This guide explains how to add and manage vendors using .
You can also manage existing vendors using the API:
Build the request
First, choose an endpoint. If you’re testing, use the Sandbox endpoint..
Authenticate
Authenticate by sending your API token in the request header with the key requestToken
:
--header 'requestToken: API TOKEN'
Path parameter
For complete details about available parameters, see the API reference for this endpoint.
This request has a required path parameter, entry
.
The ID for the entrypoint the vendor is for.
Update the body parameter as needed. Be sure to check out the VendorData Object Model for a complete reference on each available field.
Example request
This example creates a new vendor record.
Example response
A successful request returns a JSON response. The IdVendor is returned as responseData
.
responseData
is used to manage the vendor via the APIWas this page helpful?