Skip to main content

To resend the invoice

POST 

/api/v1/invoice/resend

To resend the invoice

🔋 Sample request payload

{
"merchantCode": "842217", // pass merchant code
"mobileNumber": "66666666", // pass mobile number
"resendId": "1782", // pass invoice id
"countryCode": "+965" // pass country code
}

🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server

⚡️ Payload details

Fields NameDescriptionRequired
merchantCode Pass the merchant code ✅ Yes
mobileNumber Pass the mobile number ✅ Yes
resendId Pass the invoice object ID ✅ Yes
countryCode Pass the country code ✅ Yes

Request

Responses

Invoice sent successfully