cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/kyc/verify/tin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "number": "<string>", "channel": "<string>" }'
{ "statusCode": 00, "message": "Completed successfully" "data": {}, "errors": [] }
This endpoint enables you to verify a company’s Tax Identification Number (TIN).
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
123456789
Web
Was this page helpful?