Skip to main content
POST
Create Supporting Document

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
friendly_name
string
required

Display name for the document

Example:

"Business License"

type
enum<string>
required

Document type

Available options:
individual_tax_id,
business_license,
address_proof,
identity_document
Example:

"business_license"

file_path
string

Path to file on server (optional)

file_data
string

Base64 encoded file data (optional)

mime_type
string

File MIME type

Example:

"application/pdf"

Response

Supporting document created

sid
string

Document SID

friendly_name
string
type
string
status
string

Document status

account_sid
string
date_created
string<date-time>
date_updated
string<date-time>
note
string

Additional information