v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBOFAC
Query OFAC
Returns the OFAC Match Codes.
post/v1/clients/{ClientID}/ofac
Path parameters
ClientIDstring required
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
Request body
Example request
{
"birthYear": "1985"
}Response
The OFAC Match Codes are returned.
Example response
{
"ofacMatchCodes": "H",
"ofacValue": "7nGfHHedKNelaw"
}