🔗 Console REST APITax IDs

Get tax IDs

Retrieves all tax identification numbers for the organization

GET
/api/tax-ids
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://example.com/api/tax-ids"
[
  {
    "id": "string",
    "country": "string",
    "taxIdType": "string",
    "taxIdValue": "string",
    "verificationStatus": "string",
    "taxIdTypeDetails": {
      "type": "string",
      "country": "string",
      "countryLabel": "string",
      "format": "string",
      "placeholder": "string",
      "stripeType": "string",
      "verifiable": true,
      "description": "string",
      "reverseCharge": true,
      "supported": true,
      "replacementString": "string",
      "onlyReplaceIfGroupCaptured": 0
    }
  }
]
Empty
Empty
Service StatusGitHub SDK