Skip to main content
POST

Authorizations

Authorization
string
header
required

The json of all the parameters specified in authentication configuration of tax app will be sent by Chargebee.

Headers

merchant_id
string

Merchant's domain name will be sent by Chargebee

trace_id
string

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
address
object

Represents the address used for validation.

Example:

Response

Address is validated successfully

status
enum<string>
required

The validation status of an address.

Available options:
VALID,
INVALID