Adyen iFrame Bedienungsanleitung
Adyen
Zahlungsterminal
iFrame
Lesen Sie kostenlos die 📖 deutsche Bedienungsanleitung für Adyen iFrame (5 Seiten) in der Kategorie Zahlungsterminal. Dieser Bedienungsanleitung war für 6 Personen hilfreich und wurde von 2 Benutzern mit durchschnittlich 4.5 Sternen bewertet
Seite 1/5
iFrame Manual
How to use the
Hosted Payment Pages
in an iFrame
17 January 2012
Using iFrames
Table of Contents
1 Using iFrames....................................................................................................................................................... 2
2 How to Implement................................................................................................................................................ 3
Using JQuery with External Payment Pages........................................................................................................ 4
Dealing with 3D-Secure...................................................................................................................................... 4
Alternative Payment Methods............................................................................................................................ 5
Security Considerations...................................................................................................................................... 5
Using HTTPS (SSL)........................................................................................................................................ 5
Loading the Adyen Hosted Payment Pages in the iFrame ..............................................................................5
Using Cookies................................................................................................................................................ 5
1 Using iFrames
The Adyen Hosted Payment Pages can be displayed in various ways, such as in the current window, in a new
window or in an iFrame within the current window. This document describes how the iFrame variant can be
implemented.
There can be several reasons to implement iFrames:
•the customer does not have to leave your site at all (depending on payment method)
•all or most of the payment process is happening in one window
•increased conversion
This improves customer experience and conversion levels. Using Adyen's skinning technology, payment pages
within an iFrame can have the same look and feel as your own website.
However, there are several issues to take into account:
•security and the padlock icon in the browser screen
•how to deal with redirection-based payment methods
•how to deal with 3D-secure
•how to deal cookies since the iFrame is from a different domain
In this manual we will discuss the possible implementations, giving code examples and screen shots of actual
implementations.
2Copyright Adyen B.V. 2011©
Using iFrames
Adyen's Hosted Payment Pages running in an iFrame (Courtesy: Gunshine.net)
2 How to Implement
To load the Adyen-page in an iFrame the following example can be used. The well-known Adyen payment
order form is given a target, for instance , and will be placed in the iFrame (this is code in payment-frame
your own pages):
<div id="adyen-payment-container">
<form id="payment-order-form"
action="https://live.adyen.com/hpp/pay.shtml"
method="post"
target="payment-frame">
... form values ...
</form>
...
<iframe name="payment-frame"
allowtransparency="true"
scrolling="auto"
frameborder="0">
</iframe>
</div>
The rest of the payment pages, such as entry of credit card details and the result page, will be displayed in the
iFrame.
Copyright Adyen B.V. 2011©3
Produktspezifikationen
Marke: | Adyen |
Kategorie: | Zahlungsterminal |
Modell: | iFrame |
Brauchst du Hilfe?
Wenn Sie Hilfe mit Adyen iFrame benötigen, stellen Sie unten eine Frage und andere Benutzer werden Ihnen antworten
Bedienungsanleitung Zahlungsterminal Adyen
12 August 2024
6 Juli 2024
4 Juli 2024
3 Juli 2024
3 Juli 2024
3 Juli 2024
3 Juli 2024
3 Juli 2024
1 Juli 2024
1 Juli 2024
Bedienungsanleitung Zahlungsterminal
- Zahlungsterminal Approx
- Zahlungsterminal Trust
- Zahlungsterminal König
- Zahlungsterminal Cherry
- Zahlungsterminal Ewent
- Zahlungsterminal Genie
- Zahlungsterminal Akasa
- Zahlungsterminal HID Identity
- Zahlungsterminal Axis
- Zahlungsterminal On-Q
- Zahlungsterminal POSline
Neueste Bedienungsanleitung für -Kategorien-
5 Oktober 2024
28 August 2024
26 August 2024
18 August 2024
18 August 2024
17 August 2024
15 August 2024
14 August 2024
13 August 2024
12 August 2024