Verifone · Schema
address_details
address_details from Checkout API
PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
Properties
| Name | Type | Description |
|---|---|---|
| address_1 | object | |
| address_2 | object | |
| address_3 | object | |
| city | object | |
| country_code | object | |
| first_name | object | |
| middle_name | object | |
| last_name | object | |
| phone | object | |
| postal_code | object | |
| state | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/checkout-api-address_details.json",
"title": "address_details",
"description": "address_details from Checkout API",
"type": "object",
"properties": {
"address_1": {
"$ref": "#/components/schemas/template_field_mode"
},
"address_2": {
"$ref": "#/components/schemas/template_field_mode"
},
"address_3": {
"$ref": "#/components/schemas/template_field_mode"
},
"city": {
"$ref": "#/components/schemas/template_field_mode"
},
"country_code": {
"$ref": "#/components/schemas/template_field_mode"
},
"first_name": {
"$ref": "#/components/schemas/template_field_mode"
},
"middle_name": {
"$ref": "#/components/schemas/template_field_mode"
},
"last_name": {
"$ref": "#/components/schemas/template_field_mode"
},
"phone": {
"$ref": "#/components/schemas/template_field_mode"
},
"postal_code": {
"$ref": "#/components/schemas/template_field_mode"
},
"state": {
"$ref": "#/components/schemas/template_field_mode"
}
}
}