Skip to main content

Upload Document

This endpoint allows uploading a verification document for a business account.

Authorization:

bearer

HTTP: bearer

HTTP Authorization Scheme: bearer

Headers:
Authorization: APIKey {YOUR_API_KEY}

Endpoint

POST

/api/v2/kyb/banking-verification/business/upload-document

Content Type

multipart/form-data

Request Body Schema

FieldTypeDescription
accountIdstring (uuid)Required. The account ID to upload the document for.
documentTypestringRequired. The document type (e.g., certificate_of_incorporation).
filebinaryRequired. The file to upload.

Response Sample

{
"message": "Document uploaded successfully",
"documentType": "certificate_of_incorporation",
"size": 1234567
}

Response Schema

FieldTypeDescription
messagestringConfirmation message.
documentTypestringThe type of document uploaded.
sizeintegerFile size in bytes.

Support and Resources

If you need assistance or have any questions, our support team is here to help. You can contact our support team at support@blockwyre.com.

Stay Updated

Stay up-to-date with the latest news, updates, and features from BlockWyre by following us on social media:

We are excited to have you on board and look forward to seeing how you leverage BlockWyre's powerful tools to enhance your financial operations. Happy integrating!