Skip to main content

Finalize invoice

POST 

/invoices/:invoice_id/finalize

Finalizing an invoice will make it to be open for payment and can be sent to you customers. Once an invoice is finalized it cannot be edit.

Request

Path Parameters

    invoice_id uuidrequired

    Possible values: <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    Invoice's ID

Responses

Invoice finalized successfully

Schema

    status string

    Possible values: [success]

    code integer

    Possible values: [200]

    message string

    Possible values: [Successful request]

Loading...