Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Before an account can be activated, Trace FX must verify the identity of its owner and any beneficial owners. The verification model depends on the owner type:
  • KYB (Know Your Business) applies to company-owned accounts (owner.type = COMPANY).
  • KYC (Know Your Customer) applies to individually-owned accounts (owner.type = INDIVIDUAL) and to every beneficial owner (UBO) registered on a company-owned account.
Information is submitted as structured fields on POST /api/accounts; supporting documents are uploaded against POST /api/documents once the account exists. The exact document list varies per segment and per banking partner — the response from account creation returns the full requirements.currentlyDue list for your case.

Details

Business

Business onboarding covers companies that operate under one of the supported segments: standard companies (startups and PJs), payment service providers, crypto businesses, non-resident entities, funds, and exchange operators.

Common information for all business segments

These fields are submitted on the create-account request:
FieldFormatNotes
owner.legalNamestringRegistered legal name on the company’s incorporation document.
owner.taxId.valuestringCNPJ for Brazilian companies; foreign tax identifier for non-residents.
owner.taxId.typeenumCNPJ for Brazilian companies; the corresponding type for non-residents.
owner.industryenumIndustry classification. See the create-account schema for the full list.
owner.incorporateDateyyyy-MM-ddOptional. Date of incorporation.
owner.addressobjectFull registered address (line 1, city, state, country, postal code).
For each beneficial owner (UBO) registered via POST /api/accounts/{accountId}/ubos:
FieldFormatNotes
namestringFull legal name.
taxId.value / taxId.typestring / enumCPF for Brazilian residents; foreign tax ID for non-residents.
addressobjectResidential address.
ownershipPercentagenumberOptional. Percentage of ownership.

Common documents for all business segments

These documents are required for every business segment:
  • Articles of association, bylaws, or board-election minutes — registered and issued by the commercial registry (Junta Comercial in Brazil).
  • Articles of association of any corporate shareholder (PJ partner), if applicable.
  • Dated and signed organizational chart, if the corporate structure has multiple layers.
  • Annual revenue declaration, income statement (DRE), or balance sheet — signed by the accountant and the legal representative.
For each beneficial owner:
  • Government-issued photo ID (RG, CNH, passport, RNM, or MRE) and tax ID (CPF for Brazilian residents).
  • Email address and phone number.
  • Proof of residence issued within the last 90 days (required by most partner banks).

Extra documents for payment service providers (PSPs)

PSPs (also referred to as “facilitadoras”) aggregate or facilitate payments on behalf of merchants. In addition to the common business documents, partner banks require:
  • AML/CTF policies, manuals, and registration forms.
  • A signed KYC form completed by the commercial officer.
  • A signed BaaS adhesion form, where applicable.
  • Operational details: number of employees, company website, and annual revenue.
  • A merchants record sheet listing the PSP’s clients.
  • A PLD/FT (anti-money-laundering) policy in its current version.
  • A CDD (customer due diligence) questionnaire signed by the compliance officer.
  • Power of attorney and identity documents for any signatories acting on the company’s behalf.

Extra documents for crypto businesses

Crypto businesses submit the standard business package plus:
  • A signed KYC form completed by the commercial officer.
  • A signed BaaS adhesion form.
  • A crypto exposure questionnaire (CEQ).
  • Information on the exchanges and platforms used to operate.
  • Evidence of source of funds.
  • A description of the target audience, fundraising strategy, and marketing approach (for funds operating in crypto).

Extra documents for non-residents (CNR)

Non-resident entities (companies incorporated outside Brazil opening a CNR account) submit constitutional documents matching their legal form, all duly apostilled:
Legal formRequired constitutional documents
Corporation (Corp. / Inc.)Articles of Incorporation, Bylaws, Share Register
Limited Liability Company (LLC)Articles of Organization, Operating Agreement, Membership List
Limited (Ltd)Memorandum of Association + Certificate of Incorporation, Articles of Association, Register of Members / Shareholders
Limited Liability Partnership (LLP)Incorporation Document (UK) or Certificate of LLP (US), LLP Agreement, Register of Members
In addition:
  • Financial statements signed by the accountant and the legal representative.
  • Corporate organizational chart identifying ultimate beneficial owners.
  • AML/CTF policies.
  • Operating licenses, where the entity handles third-party funds.
  • Pre-approval from compliance: license, main merchants, and operational flow.
  • KYC form, due diligence form, and account-opening forms specific to the partner bank.
  • Power of attorney granting authority to a Brazilian legal representative, when the foreign representative does not hold a CPF.
  • Wolfsberg questionnaire, when the entity is a financial institution.

Individuals

Individual onboarding covers natural persons opening a Trace FX account in their own name.

Common information for individuals

These fields are submitted on the create-account request:
FieldFormatNotes
owner.firstNamestringGiven name.
owner.lastNamestringFamily name.
owner.taxId.valuestringCPF for Brazilian residents; foreign tax identifier otherwise.
owner.taxId.typeenumCPF for Brazilian residents; the corresponding type otherwise.
owner.birthDateyyyy-MM-ddOptional. Date of birth.
owner.addressobjectFull residential address (line 1, city, state, country, postal code).

Common documents for individuals

  • Government-issued photo ID — RG, CNH, passport, RNM, or MRE. Some partner banks require the document to have been issued within the last 10 years.
  • Proof of residence issued within the last 90 days.
  • Email address and phone number.
  • Marital status, and the spouse’s full name and CPF when married.
  • Tax identification number (NIF or equivalent) in the country of fiscal residence, for non-Brazilian residents.
  • Proof of income — most recent income tax return, the last three pay stubs, or equivalent evidence.
  • Profession, employer name, monthly income, and net worth, where the partner bank requires it.
  • A FATCA form for individuals classified as foreign or with fiscal residence abroad.