Creating an authorization without capture
This payment mode allows to make sure that the buyer’s card data is correct without debiting it.
If needed, the merchant can debit the desired amount from the card account using the Duplicate function of the Merchant Back Office and proceed to manual validation.
Example of a form for an authorization without capture:
<form method="POST" action="https://paiement.systempay.fr/vads-payment/"> <input type="hidden" name="vads_action_mode" value="INTERACTIVE" /> <input type="hidden" name="vads_amount" value="100" /> <input type="hidden" name="vads_capture_delay" value="0" /> <input type="hidden" name="vads_ctx_mode" value="TEST" /> <input type="hidden" name="vads_currency" value="978" /> <input type="hidden" name="vads_page_action" value="PAYMENT" /> <input type="hidden" name="vads_validation_mode" value="1"/> <input type="hidden" name="vads_site_id" value="12345678" /> <input type="hidden" name="vads_trans_date" value="20190628073753" /> <input type="hidden" name="vads_trans_id" value="3jj7A8" /> <input type="hidden" name="vads_version" value="V2" /> <input type="hidden" name="signature" value= "DvltInRYXRroOZ/KnNdJSlpVr++29ZGty4nj1Y7yczU="/> <input type="submit" name="pay" value="Pay" /> </form>