Skip to content

Resend Invoice

POST/api/invoices/{id}/resend
  • Name
    id
    Type
    string
    Description

    The unique identifier of the invoice to resend

Resend an existing invoice to the recipient's corner (C3). This is useful when the initial transmission failed or when there's uncertainty about whether the invoice was successfully received.

When to Resend

An invoice can only be resent when the invoice/transmission has one of the following status codes:

Status CodeDescription
500Unknown error occurred during the initial transmission.
422C3 initially rejected the invoice due to missing data on their end. After contacting them and they fix the issue, you can resend the invoice.
503C3 was unavailable at the time of transmission.
408Request timeout occurred during transmission.
202C3 signalled acceptance of the invoice, but sometimes they lose it and it needs to be resent.

Response

Returns the updated invoice object with a new transmission record if the resend was successful.

Released under the MIT License.