X-Payments:Redirecting a customer to the cardholder data entering page

From X-Payments Help
Revision as of 12:24, 20 July 2016 by Dohtur (talk | contribs) (Created page with "A POST form is created that sends data to the URL <XPayments_web_root>/payment.php; the form contains the following fields: * target - has the value "main"; * token - uses th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A POST form is created that sends data to the URL <XPayments_web_root>/payment.php; the form contains the following fields:

  • target - has the value "main";
  • token - uses the value from the token field received in the response to the payment initialisation request.

Request protocol - HTTPS
The form must be sent by the POST method. All data must also be sent as POST variables.