error 102 - Error 102 - vads_product_amount
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.
We invite you to check the following reason(s) to resolve the issue:
The format of the field is incorrect. |
---|
The vads_product_amount field allows to define the amount of each item in the cart. It must consist of numeric characters with a variable length up to 12 characters (n..12). Check that the value entered in the form is correct. |
The amount submitted to the gateway is negative |
---|
Make sure the amount submitted in the form is not negative. Error example: [vads_product_amountN=-100] |
The amount contains some non-numeric characters (comma, point, etc.). |
---|
The amount must be expressed in the smallest unit of the used currency. Examples of vads_product_amount values For 100.50 EUR, the value to be transmitted is: "10050". For 100.50 CHF, the value to be transmitted is: "10050". For 100.50 BRL, the value to be transmitted is: "10050". For 100 XPF, the value to be transmitted is: "100". For 100 CLP, the value to be transmitted is: "100". Error example: [vads_product_amountN=100.50] |