Difference between revisions of "X-Payments:Redirecting a customer to the cardholder data entering page"

From X-Payments Help
Jump to: navigation, search
(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...")
 
m
Line 1: Line 1:
 +
<noinclude>{{XP_API_TOC}}</noinclude>
 
A POST form is created that sends data to the URL <XPayments_web_root>/payment.php; the form contains the following fields:
 
A POST form is created that sends data to the URL <XPayments_web_root>/payment.php; the form contains the following fields:
  

Revision as of 17:45, 26 July 2016

X-Payments API
  1. API versions supported
  2. Samples
  3. API requests
  4. API Requests from the store to X-Payments
    1. Admin area/X-Payments configuration
    2. Payment creation (Regular payment and tokenization)
    3. Payment information
    4. Actions on payments (secondary actions)
  5. Callback requests (web-hooks) from X-Payments to the store
  6. Browser-related
  7. Appendix A. Status codes.
  8. See also

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.