CustomerData Object Model
Object model for the CustomerData object
The CustomerData object is used for /api/Customer/
endpoints. It contains many of the same fields as PayorData, but includes fields for managing the user in Payabli.
Data pertaining to single customer. See customerData Object Model for a complete reference.
User-provided unique identifier for the customer. This is typically the customer ID from your own system.
250
"3456-7645A"
Customer username for customer portal
"myusername"
Customer password for customer portal
"mypassword"
Customer Status. Possible values:
-99
Deleted0
Inactive1
Active85
Locked (typically due to multiple failed login attempts)
1
Company name
"Sunshine LLC"
Customer first name
"John"
Customer last name
"Smith"
Customer phone number
"1234567890"
Customer email address.
320
"example@email.com"
Customer address
"777 Main St"
Additional customer address
"Apt 6"
Customer city
"Miami"
Customer State
"FL"
Customer zip code
"33000"
Customer country in ISO-3166-1 alpha 2 format
See https://en.wikipedia.org/wiki/ISO_3166-1 for reference.
"US"
The shipping address.
250
"123 Walnut St"
Additional line for shipping address.
100
"STE 900"
Shipping city.
250
"Johnson City"
Shipping state or province.
"TN"
Shipping ZIP code.
50
"37619"
Shipping address country.
"US"
Customer balance.
988.44
Timezone, in UTC offset. For example, -5 is Eastern time.
-5
Additional Custom fields in format "key":"value".
List of fields acting as customer identifiers, to be used instead of CustomerNumber.
["email"]
Timestamp of when record was created, in UTC.
"2022-07-01 15:00:01"
Was this page helpful?