Business Profiles (v2)
Upload Supporting Document
Attach a supporting document (base64) to a business profile.
POST
Attaches a supporting document (registration letter, EIN letter, etc.) to a business profile. Documents are uploaded base64-encoded and stored in private storage. Allowed types: PDF, JPEG, PNG, WEBP, up to 3 MB each. Requires a live key.
Path Parameters
string
required
The business profile’s id.
Body Parameters
string
required
The document, base64-encoded as a single line (strip any newlines your encoder adds — see the cURL example). The type is inferred from the file’s magic bytes and must resolve to an allowed type.
string
Optional display filename (max 255 chars).
Examples
Error Codes
Next Steps
List documents
See the profile’s attached documents.
Lifecycle
How verification proceeds.