AccountDocumentRequest
documentTypestringrequired
Document type identifier for the document requirement. See Get document requirements API
Allowed values:
- TRADE_LICENSE: Valid Trade/Commercial license
- MEMORANDUM_OF_ASSOCIATION_OR_ARTICLES_OF_ASSOCIATION: Memorandum of Association or Articles of Association
- BUSINESS_PROOF_OF_ADDRESS: Valid proof of business address
- POWER_OF_ATTORNEY: Power of attorney or Board resolution
- BANK_STATEMENT: 3 months bank statement
- LATEST_AUDITED_FINANCIAL_STATEMENTS: Latest Audited Financial Statements
- LETTER_OF_AUTHORISATION_WITH_TERMS_AND_CONDITIONS: Letter of Authorisation (with Terms and Conditions)
Possible values: [TRADE_LICENSE
, MEMORANDUM_OF_ASSOCIATION_OR_ARTICLES_OF_ASSOCIATION
, BUSINESS_PROOF_OF_ADDRESS
, POWER_OF_ATTORNEY
, BANK_STATEMENT
, LATEST_AUDITED_FINANCIAL_STATEMENTS
, LETTER_OF_AUTHORISATION_WITH_TERMS_AND_CONDITIONS
, INVESTMENT_AGREEMENT
]
documentUploadIdsuuid[]required
One or more document upload IDs associated with this document type. See /account/{id}/document/upload
AccountDocumentRequest
{
"documentType": "TRADE_LICENSE",
"documentUploadIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}