• France
Search
Categories
Tags
English
French
English
Implementation
Embedded form (cards)
REST payment API
Hosted payment
Push mail
File exchange
Mobile payment
Logos
Plugins
Back office
Guides
Helpers
FAQ
Support

Declaring an iframe

  1. Create an HTML <iframe> tag on the page where you would like to display the payment page (this page should correspond to the "Payment" stage of your purchase journey).
  2. Use the name attribute to give a name to your iframe. This name will be used in the payment form to specify within which item the form will be displayed.
  3. Populate the src attribute with your payment form URL.
  4. Define the size of the iframe by using the width and height attributes.
  5. Use the scrolling attribute of the iframe tag to delete borders and scrollbars.
Example:
<iframe name="nameFrame" src="payment_form.php"    scrolling="no" />

© 2023 | All rights reserved to Systempay | legal
2.23.0-doc-1.8