VerifyOFAC
POST KYC/VerifyOFAC
Request Json
Field | Type | Description |
---|---|---|
BusinessNm | string | Gets the Business Name for which the OFAC should be checked |
Request JSON
Check for OFAC validation
{
"BusinessNm": "Snowdaze LLC"
}
Response Body
Field | Type | Description |
---|---|---|
Status | string | Status of the OFAC verification |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Response JSON
{
"Status": "InValid",
"Errors": null
}