VendorData Object Model
API Basics
Pay In Endpoints
- MoneyIn
- Subscription
- TokenStorage
- Invoice
- LineItem
- PaymentLink
- PaymentMethodDomain
- HostedPaymentPages
- Cloud
- Wallet: Apple Pay
Pay Out Endpoints
- MoneyOut
- Bill
Pay Ops Endpoints
- Templates
- Boarding
- Chargebacks and ACH Returns
- Entities
- Notification
- Query
- Statistic
- Export
- Import
VendorData Object Model
Object model for the VendorData object
The schema is of type object
.
Was this page helpful?
{
"vendorNumber": "1234",
"name1": "Herman's Coatings and Masonry",
"name2": "<string>",
"ein": "12-3456789",
"phone": "5555555555",
"email": "example@email.com",
"address1": "123 Ocean Drive",
"address2": "Suite 400",
"city": "Miami",
"state": "FL",
"zip": "33139",
"country": "US",
"mcc": "7777",
"locationCode": "MIA123",
"contacts": [
{
"contactName": "Herman Martinez",
"contactEmail": "example@email.com",
"contactTitle": "Owner",
"contactPhone": "3055550000"
}
],
"billingData": {
"id": 123,
"bankName": "Country Bank",
"routingAccount": "123123123",
"accountNumber": "123123123",
"typeAccount": "Checking",
"bankAccountHolderName": "Gruzya Adventure Outfitters LLC",
"bankAccountHolderType": "Business",
"bankAccountFunction": 0
},
"paymentMethod": {
"method": "managed"
},
"vendorStatus": 1,
"remitAddress1": "123 Walnut Street",
"remitAddress2": "Suite 900",
"remitCity": "Miami",
"remitState": "FL",
"remitZip": "31113",
"remitCountry": "US",
"payeeName1": "<string>",
"payeeName2": "<string>",
"customerVendorAccount": "A-37622",
"internalReferenceId": 123,
"AdditionalData": {
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
}