Re-send Invoice
Resend an invoice to a customer
Last updated
Resend an invoice to a customer
GET https://seerbitapi.com/invoice/{{publicKey}}/send/{{InvoiceNo}}
This endpoint allows you to resend an invoice to a customer
InvocieNo*
String
invoice number
publicKey
String
merchant public key
Authorization*
String
Bearer token
{
"message": "Invoice has been sent successfully",
"code": "00"
}Last updated