added
Compliance Updates
3 months ago by Shubham Nagota
We have implemented two new compliance checks across all existing Create Order endpoints to enhance security and prevent fraudulent activities.
π New Compliance Checks
- Email Age Check
- Country Validation Check
π Impact of Changes
π§ Email Age Check
- When a new user is created with an email, the compliance system will assess its risk level.
- If the email is flagged as high risk or fraudulent, the first transaction for that user will be blocked.
- This restriction applies only to the first transaction made via any API call.
- If an email gets blocked, you can reach out to TransFi Compliance or Support Team to verify and request an unblock for further transactions.
- Specific Error Response on Email Age Check Trigger -
- In case of Manual Review -
{ "code": "RESTRICTED_ACCESS", "message": "Order creation is currently restricted as the customer is undergoing a compliance review. Please try again after the review is completed" }
- In case of Blocked Email -
{ "code": "RESTRICTED_ACCESS", "message": "High Risk detected - Retry with another email" }
- In case of Manual Review -
π Country Validation Check
- TransFi has designated certain countries as high risk due to compliance regulations.
- Users from these restricted countries will no longer be able to create orders.
- Any existing users from these countries will also be affected and cannot create new orders moving forward.
- Specific Error Response -
{ "message": "Unsupported Country", "code": "INVALID_ARGUMENTS" }
π Need Assistance?
If you encounter any issues due to these compliance checks, please contact:
π§ TransFi Compliance Team
π Support Team