- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
When submitting an amendment quote where the only change is to add a new rate plan which has a single $0 recurring charge the customer gets the error.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Payment cannot be processed for a negative or 0 value.
An API call that happens when setting( By default ) the Process payment to TRUE , it is unable to process a payment for 0 or -ve value thus it throws this error.
In such cases where this is a 0 or negative value when this field is checked it cannot process it.
Setting ProcessPayment Field to False field as False will resolve the error.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Payment cannot be processed for a negative or 0 value.
An API call that happens when setting( By default ) the Process payment to TRUE , it is unable to process a payment for 0 or -ve value thus it throws this error.
In such cases where this is a 0 or negative value when this field is checked it cannot process it.
Setting ProcessPayment Field to False field as False will resolve the error.