Skip to content

REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.

Servers​

https://v2-staging.tscheckout.comCurrent host

Validator​

Endpoints to handle validation of various object like international addresses


Validate International Address​

POST
/api/v2/validator/validate-address

Accepts address parameters - line1, line2, city, region, country, postalCode

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
{
  
"line1": "string",
  
"line2": "string",
  
"city": "string",
  
"region": "string",
  
"postalCode": "string",
  
"country": "string"
}

Responses​

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI