Update vendor
Updates a vendor's information. Send only the fields that need to be updated.
Path parameters
idVendor
Vendor ID.
Headers
requestToken
Request
This endpoint expects an object.
vendorNumber
Custom number identifying the vendor. Must be unique in paypoint.
AdditionalData
Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. If you are using custom identifiers, pass those in this object. Example usage:
address1
Vendor's address
address2
Additional line for vendor's address.
billingData
Object containing vendor's bank information.
city
Vendor's city.
contacts
Array of objects describing the vendor's contacts.
country
Vendor's country.
customerVendorAccount
Account number of paypoint in the vendor side.
ein
EIN/Tax ID for vendor.
email
Vendor's email address. Required for vCard.
internalReferenceId
Internal identifier for global vendor account.
locationCode
Additional location code used to identify the vendor.
mcc
Business Merchant Category Code (MCC). This resource lists MCC codes.
name1
Primary name for vendor. Required for new vendor.
name2
Secondary name for vendor.
payeeName1
Alternative name used to receive paper check.
payeeName2
Alternative name used to receive paper check.
paymentMethod
Object containing details about the payment method to use for the payout.
phone
Vendor’s phone number. Phone number can’t contain non-digit characters like hyphens or parentheses.
remitAddress1
Remittance address. Used for mailing paper checks.
remitAddress2
Remittance address additional line. Used for mailing paper checks.
remitCity
Remittance address city. Used for mailing paper checks.
remitCountry
Remittance address country. Used for mailing paper checks.
remitState
Remittance address state. Used for mailing paper checks.
remitZip
Remittance address ZIP code. Used for mailing paper checks.
state
Vendor's state. Must be a 2 character state code.
vendorStatus
Vendor’s status. Allowed status:
-
0 Inactive
-
1 Active
zip
Vendor's zip code.
Response
Success
isSuccess
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
pageIdentifier
Auxiliary validation used internally by payment pages and components.
responseCode
Code for the response. Learn more in API Response Codes.
responseData
If the request was successful, this field contains the identifier for the vendor.
responseText
Response text for operation: ‘Success’ or ‘Declined’.