Upload user document
User Documents
Upload user document
Upload a KYC document or update tax ID for a user. The request shape
depends on the doc_type:
- For
tax_id: providetax_idandtax_id_typefields. - For image documents: provide
category,issuing_country, andbase64_image.
POST
Upload user document
Documentation Index
Fetch the complete documentation index at: https://developer.bitwage.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your access token as:
Authorization: Basic <ACCESS_TOKEN>
Body
application/json
Document type. Use tax_id for tax ID submission, or one of the
image document types for identity verification.
Required for image documents. Passport and proof-of-address require front.
Available options:
front, back 2-character ISO country code. Required for image documents.
Base64-encoded image. Required for image documents.
Required when doc_type is tax_id.
Required when doc_type is tax_id.
Response
200 - application/json
Document uploaded successfully.