Prohibited industries
The following business types are not permitted on the OpenFX platform. Customer applications from these industries will be rejected during KYB review.| Industry | Reason |
|---|---|
| Unlicensed money services businesses | Regulatory — requires proper licensing |
| Unlicensed gambling and betting | Regulatory — requires jurisdiction-specific licenses |
| Adult entertainment | Banking partner restrictions |
| Cannabis and controlled substances | US federal law conflict |
| Weapons and ammunition manufacturing | Banking partner restrictions |
| Shell banks (no physical presence) | BSA/AML — prohibited by US law |
| Pyramid and multi-level marketing schemes | Fraud risk |
| Darknet marketplaces | AML/CFT compliance |
| Ransomware and extortion-related services | AML/CFT compliance |
| Unlicensed virtual asset service providers | Regulatory — requires VASP licensing |
| Trade in conflict minerals | Sanctions and ethical compliance |
| Human trafficking or forced labor | Legal prohibition |
Enhanced due diligence industries
The following industries are permitted but require enhanced due diligence (EDD) during the KYB process. This may result in longer review times and additional documentation requests.| Industry | EDD requirements |
|---|---|
| Licensed money transmission / MTLs | License verification, state-by-state compliance check |
| Cryptocurrency exchanges and VASPs | VASP registration proof, AML program documentation |
| Foreign exchange dealers | License verification, volume projections |
| Precious metals and jewelry | Source-of-goods documentation |
| Art dealers (high-value) | Provenance documentation, AML controls |
| Non-profit and charitable organizations | Governance documentation, source-of-funds evidence |
| Trust and corporate service providers | Beneficial ownership documentation |
| Real estate (high-value transactions) | Source-of-funds, purpose of transaction |
| Defense and dual-use goods | Export license documentation, end-user certificates |
| Pharmaceutical distribution | License verification, supply chain documentation |
| Embassies and foreign government entities | Diplomatic documentation |
| Politically exposed persons (PEPs) | Enhanced screening, ongoing monitoring |
EDD industries are not blocked from using the platform. The KYB review process
includes additional verification steps, and the compliance team may issue
RFI requests for supporting documentation via the
rfi_pending action reason.How restrictions are enforced
During onboarding
When you create a customer and submit for KYB review (POST /customers/{id}/submit),
the compliance team evaluates the entity’s industry classification. The
sourceOfFunds and accountPurpose fields contribute to this assessment.
During payment processing
Even after KYB approval, individual payments are subject to compliance screening. Payments may be held if they trigger screening rules related to:- Payment purpose — the
purposefield on SWIFT and SEPA payments is screened - Counterparty screening — the counterparty’s name and address are checked
- Amount thresholds — large transactions may trigger additional review
- Pattern detection — unusual transaction patterns may flag for review
requires_action status with
requiresActionReason: compliance_hold.
Ongoing monitoring
Customer accounts are subject to ongoing monitoring. If a customer’s business activities change to fall within a prohibited industry, their account may be suspended. This triggers acustomer.status_changed webhook event.
Best practices
Clearly disclose your business type and industry during onboarding to avoid
delays in the KYB process.
For EDD industries, proactively upload supporting documentation (licenses,
registrations, AML program descriptions) via
POST /entities/{entityId}/documents before submitting for KYB review.Use accurate
purpose codes on international payments — incorrect purpose
codes can trigger compliance holds.Monitor
customer.status_changed and payment.compliance_hold webhook events
to react quickly to compliance-related status changes.