Authorizations
The json of all the parameters specified in authentication configuration of tax app will be sent by Chargebee.
Headers
Merchant's domain name will be sent by Chargebee
Unique id of the request will be sent by Chargebee
Body
application/json
The verification request containing the address. The following fields are mandatory -
- line1
- city
- postalCode
- state
- country
Represents the address used for validation.
Example:
{
"country": "country",
"city": "city",
"postalCode": "postalCode",
"state": "state",
"line3": "line3",
"line2": "line2",
"line1": "line1"
}
Response
Address is validated successfully
The validation status of an address.
Available options:
VALID
, INVALID