-
Notifications
You must be signed in to change notification settings - Fork 8
Home
When the payment is done, the gateway sends some parameters by POST mode to the server URL which analyzes the payment results. First you have to check the signature. If it is correct then you will be able to take the payment parameters into consideration.
The PAYZEN support recommends to read the settings analysis documentation. Consult the documentation on https://payzen.io
Check the signature and then analyzes the main fields. It is up to you to adapt the code to your context.
The PAYZEN support recommends to read the settings analysis documentation. Consult the documentation on https://payzen.io
When the customer comes back to the shop through one of the return URLs, the payment parameters are sent back depending on the vads_return_mode setting defined. Depending on the vads_return_mode setting, the parameters are sent by POST mode, GET mode or not at all.
The PAYZEN support recommends to read the settings analysis documentation. Consult the documentation on https://payzen.io