🔗 Console REST APITax IDs
Get tax IDs
Retrieves all tax identification numbers for the organization
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
