Generate invoice

Generates and sends a Stripe invoice for a shipper statement to a courier organization’s Connect account. Applies a 10% application fee.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
shipper_pay_courier_statement_idstringRequired
days_until_dueintegerOptionalDefaults to 30
descriptionstringOptionalDefaults to Delivery Statement

Response

Successful Response
invoice_idstring
invoice_urlstring
amount_dueinteger
due_dateinteger

Errors