Open an invoice to send it to the customer or collect payment immediately.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Whether or not to finalize this checkout with a manual payment. If true, the checkout will move directly to the processing state.
The manual payment method to use when finalizing this checkout. If set, this will take priority over all other parameters.
The payment method to use when finalizing this checkout. If set, this will take priority over all other finalize parameters and an attempt to pay the checkout will occur immediately.
Success
The UUID of the specific object.
A string describing the object type returned.
Whether or not the invoice should be paid automatically using one of the customer's payment methods. The specific payment method will need to passed to the /open endpoint.
The date on which payment for this invoice is due. Measured in seconds since the Unix epoch.
Additional footer text to be displayed on the invoice.
The date on which the invoice was issued. Measured in seconds since the Unix epoch.
Whether or not the invoice is in live mode.
Additional memo text to be displayed on the invoice.
Whether or not notifications should be sent to customers when an invoice is opened and when it reaches its due date.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
The time at which the invoice notification was sent. Measured in seconds since the Unix epoch.
The order number associated with this invoice.
A URL that will redirect to this invoice's correct portal page (hosted or external).
The time at which the reminder notification was sent. Measured in seconds since the Unix epoch.
The current status of this invoice, which can be one of draft, open, paid or void.
Expandable – The associated checkout ID.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.