Address
Payitoff API: Address
Schema
The Address
schema allows for up to 3 lines to format a street address, plus city
, state
and zipcode
values.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
|
| First line of street address. | |
|
| Second line of street address. | |
|
| Third line of street address. | |
|
| City name | |
|
|
| Two-letter US state code. |
|
| Postal zipcode. May be 5-digit format or 5 + 4 format. |
Example
{
"city": "North Enid",
"state": "OK",
"street1": "05700 Moises Mountains",
"street2": "Apt. 402",
"street3": null,
"zipcode": "92192"
}
Updated 5 months ago
Did this page help you?