error 130 - Error 130 - vads_acquirer_transient_data
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 vads_acquirer_transient_data field is not populated correctly. |
---|
The vads_acquirer_transient_data field is used to transmit specific information to one or more networks. Its value must respect the JSON format. Example: vads_acquirer_transient_data ={"ACQUIRER_1":{"nameField":"value"}} In case of sending data to multiple networks in a single post, each key/value pair must be separated by a comma. Example: vads_acquirer_transient_data ={"ACQUIRER_1":{"nameField":"value"},"ACQUIRER_2":{"nameField01": "value","nameField02": "value","nameField03": "value"},"ACQUIRER_3":{"callBackUrl":"https://mydomain-name.com/return_url"}} |