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
| Field | Type | Description |
|---|---|---|
accountId | string (uuid) | Required. The account ID to upload the document for. |
documentType | string | Required. The document type (e.g., certificate_of_incorporation). |
file | binary | Required. The file to upload. |
Response Sample
{
"message": "Document uploaded successfully",
"documentType": "certificate_of_incorporation",
"size": 1234567
}
Response Schema
| Field | Type | Description |
|---|---|---|
message | string | Confirmation message. |
documentType | string | The type of document uploaded. |
size | integer | File 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:
- Instagram: BlockWyre Instagram
- Twitter: BlockWyre Twitter
- Facebook: BlockWyre Facebook
- LinkedIn: BlockWyre LinkedIn
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!