Checks whether a given address is a valid delivery address for shipping purposes. The tax provider can decide whether to mention the full or valid address depending on their requirement.
Documentation Index
Fetch the complete documentation index at: https://spidocs.chargebee.com/llms.txt
Use this file to discover all available pages before exploring further.
The json of all the parameters specified in authentication configuration of tax app will be sent by Chargebee.
Merchant's domain name will be sent by Chargebee
Unique id of the request will be sent by Chargebee
The verification request containing the address. The following fields are mandatory -
Represents the address used for validation.
{
"country": "country",
"city": "city",
"postalCode": "postalCode",
"state": "state",
"line3": "line3",
"line2": "line2",
"line1": "line1"
}Address is validated successfully
The validation status of an address.
VALID, INVALID