POST
/
credentials
/
validate
Validate credentials
curl --request POST \
  --url https://rest.taxes.provider.com/api/v1/credentials/validate \
  --header 'Authorization: <api-key>'
{
  "status": "VALID"
}

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

Response

200
application/json

Authentication succeeded.

The response is of type object.