Re-send Invoice

Resend an invoice to a customer

/send/invoiceNo

GET https://seerbitapi.com/invoice/{{publicKey}}/send/{{InvoiceNo}}

This endpoint allows you to resend an invoice to a customer

Path Parameters

NameTypeDescription

InvocieNo*

String

invoice number

publicKey

String

merchant public key

Headers

NameTypeDescription

Authorization*

String

Bearer token

{
    "message": "Invoice has been sent successfully",
    "code": "00"
}

Last updated