Generate Upload URL
Generate signed url which will be used to upload document
Document Types
When generating upload URLs, specify one of the following document types:
Individual Identification:
passport- Passport documentnational_id- National ID cardproof_of_address- Proof of address documentresidence_permit- Residence permit
Legal Entity Identification:
business_registry_extract- Business registry extractubo_documentation- UBO (Ultimate Beneficial Owner) documentationubo_passport- UBO passportauthorised_person_passport- Authorized person passport
Source of Funds/Wealth:
source_of_funds_document- Source of funds documentsource_of_wealth_document- Source of wealth documentsof_supporting_document- Supporting document for source of fundssow_supporting_document- Supporting document for source of wealth
Transaction Documents:
transaction_supporting_document- Supporting document for transactionregistry_extract- Registry extractsupporting_documents_of_relationship- Supporting documents for relationship
Other:
other- Other document types
related_id Parameter
The related_id identifies the entity associated with the document:
- For RFI responses: Use the RFI ID (e.g.,
rfi_abc123xyz) - For high-volume transfers: Use your legal entity ID. The transaction ID will be assigned automatically after transfer creation.
Example Requests
RFI Documents
Transfer Documents
For transfers exceeding 100,000 GEL, use your legal entity ID as the related_id:
Example Response
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalrelated_idRequiredstringID of the related entity (e.g. RFI ID for rfi responses, or legal entity ID for transfers)
content_typeRequiredstringMIME type of the document to be uploaded (e.g., application/pdf, image/png)
document_typeRequiredstringType of document being uploaded or referenced
"passport" | "national_id" | "proof_of_address" | "residence_permit" | "business_registry_extract" | "ubo_documentation" | "ubo_passport" | "authorised_person_passport" | "source_of_funds_document" | "source_of_wealth_document" | "sof_supporting_document" | "sow_supporting_document" | "transaction_supporting_document" | "registry_extract" | "supporting_documents_of_relationship" | "other"Response Body
Successfully generated upload URL
idRequiredstringUnique identifier for the document
urlRequiredstringSigned URL for uploading the document
expires_atRequiredstringTimestamp when the upload URL expires
"date-time"