Skip to main content
POST
Mail a Document to a Saved Payee

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
payload
string
required

JSON-encoded DocumentShippingCreate.

document
file
required

The document itself, as a PDF (<= 7MB).

attachments
file[]

Extra PDFs mailed with the document. Charged per page.

Response

The mailed document, straight after create.

status_code
integer
required

HTTP status code for the response.

data
DocumentShippingRead · object
required

Payload or error details.

query_generated_time
integer
required

UTC timestamp (milliseconds since epoch) when response was generated.