error 133 - Error 133 - eligible_amount_invalid
In PRODUCTION mode, if your buyer gets an error message such as:
An error occurred during the payment request, please make sure that the posted parameters match the ones specified in the documentation. |
It becomes impossible to make the payment and the transaction is definitively lost.
You will receive an e-mail notification containing the form that the gateway was unable to process and the value of the invalid field.
The eligible_amount_invalid error appears during a transaction via Conecs Electronic Meal Vouchers.
We invite you to check the following reason.
The amount contains some non-numeric characters (comma, point, etc.). |
---|
The amount must be expressed in the smallest unit of the used currency. For CONECS, for example, the vads_acquirer_transient_data field should be valued as follows: vads_acquirer_transient_data ={"CONECS":{"eligibleAmount":"1299"}} Therefore for 12.99 euros, the eligibleAmount field must be set to 1299 and not 12.99. Likewise, for 100 euros, the eligibleAmount field must be set to 10000 and not 100.00 or 100. Make sure the value of the eligibleAmount element does not contain the comma, semicolon and period characters (".", ",", ";") |