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 Name | Description | Required |
---|---|---|
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
- 200
- 404
- 500
Invoice sent successfully
Not found, Please verify the token credentials
Internal Server Error – An unexpected error occurred on the server while processing the request. This may be due to a temporary issue or a server-side malfunction. Please try again later or contact support if the issue persists.