Update Vendor
Updates a vendor’s information. Send only the fields that need to be updated.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
Vendor ID.
Body
Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. Example usage:
{
"additionalData": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
}
Vendor's address
Additional line for vendor's address.
Object containing vendor's bank information.
Vendor's city.
Array of objects describing the vendor's contacts.
Vendor's country.
Account number of paypoint in the vendor side.
EIN/Tax ID for vendor.
Vendor's email address. Required for vCard.
Internal identifier for global vendor account.
Additional location code used to identify the vendor.
Business Merchant Category Code (MCC). This resource lists MCC codes.
Primary name for vendor. Required for new vendor.
Secondary name for vendor.
Alternative name used to receive paper check.
Alternative name used to receive paper check.
Object containing details about the payment method to use for the payout.
Vendor's phone number. Phone number can't contain non-digit characters like hyphens or parentheses.
Remittance address. Used for mailing paper checks.
Remittance address additional line. Used for mailing paper checks.
Remittance address city. Used for mailing paper checks.
Remittance address country. Used for mailing paper checks.
Remittance address state. Used for mailing paper checks.
Remittance address ZIP code. Used for mailing paper checks.
Vendor's state. Must be a 2 character state code.
Custom number identifying the vendor. Must be unique in paypoint.
Vendor's status. Allowed status:
-
0 Inactive
-
1 Active
Vendor's zip code.
Response
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Auxiliary validation used internally by payment pages and components.
Code for the response. Learn more in API Response Codes.
If the request was successful, this field contains the identifier for the vendor.
Response text for operation: 'Success' or 'Declined'.
Was this page helpful?