Parameter of Payer Object endpoint.
Field Name | Type | Description |
---|---|---|
addressLine1 | String | Street Address |
phoneNumber | String | No validation or specific formatting required. Will be presented as entered. |
city | String | City |
state | String | Only accepts valid two character state/province/territory codes from US and Canada. |
zipCode | String | No validation is performed. |
"payerAddress": {
"addressLine1": "123 Main St",
"phoneNumber": "123-123-1234",
"city": "Shreveport",
"state": "LA",
"country": "USA",
"zipCode": "71101"
}