Skip to main content
POST
Create a document signing submission for the authenticated partner and user

Authorizations

Authorization
string
header
required

OAuth 2.0 authorization and token endpoints

Path Parameters

document_type
string
required

The type of document to submit for signing. Valid values: tax_certification

Body

Signing-form fields keyed by the document's DocuSeal field names. Forwarded verbatim to Passport to pre-fill the document, never persisted by Frontline.

{key}
string

Response

Successful response.

form_type
enum<string>
required

The tax form derived from the entity kind

Available options:
w8_ben,
w8_ben_e
Example:

"w8_ben"

object
enum<string>
required

String representing the object's type. Objects of the same type share the same value.

Available options:
document_submission
status
enum<string>
required

The status of the document signing submission

Available options:
INITIALIZED,
SENT,
VIEWED,
COMPLETED,
DECLINED,
EXPIRED
Example:

"SENT"