554104
5
Verklein
Vergroot
Pagina terug
1/10
Pagina verder
The Adyen Mobile Payment Pages
How to Integrate
Integration from your mobile app or mobile site is easy. There are basically two options for creating Mobile
applications at this moment, both require some specific details, but in essence the implementation of the
Adyen MPP is the same. The first option is to build a native application for a specific mobile device / operating
system. This type of application often results in optimised graphics and user interaction. The second type of
application is a rich web application. This type of applications are HTML(5) based applications which provide
the user a similar experience as native applications, but are often easier to implement, maintain and port to
different mobile devices / operating systems.
For the first case, native apps, you will be using a so-called “WebView” Object to load the hosted Adyen MPP
in a browser. This is similar to an iFrame on the internet and can be integrated seamless. An example with
iPhone's WebViewUI Object is provided later.
For the second case you will be redirecting the shopper to the Adyen MPP, just like it is another page of the
rich web application.
The request to load the Adyen MPP internet page is equal to a regular integration using the Hosted Payment
Pages. This is described in the Adyen Integration Manual - please consult our support pages for download
information.
At this moment the MPP is using a multi-page payment flow as shown in the screens above. The URL used is:
https://{test:live].adyen.com/hpp/select.shtml
The following code snippet shows how a GET URL is loaded in a WebViewUI on an Apple device.
NSString *url = [NSString stringWithFormat:@"https://test.adyen.com/hpp/select.shtml?
merchantAccount=%@&etc", 'TestMerchant', etc];
NSURLRequest *req = [NSURLRequest requestWithURL:[NSURL URLWithString:url]];
[webView loadRequest:req];
An alternative to generate a GET url, is to use an intermediary page on your own infrastructure, that accepts a
payment request and can redirect to the appropriate Adyen page. On the iPhone, this can be done as follows:
NSString *url = [NSString stringWithFormat:@"http://pay.example.com/payment/pay?id=%@", id];
NSURLRequest *req = [NSURLRequest requestWithURL:[NSURL URLWithString:url]];
[webView loadRequest:req];
The server-side script, running on pay.example.com, would retrieve the order information from your database
based on the id, and do the full post to Adyen. If you only connect from a mobile site, then you can skip this
intermediate step and directly redirect to Adyen's hosted payment pages.
Copyright © Adyen B.V. 2011 5
5

Hulp nodig? Stel uw vraag in het forum

Spelregels

Misbruik melden

Gebruikershandleiding.com neemt misbruik van zijn services uitermate serieus. U kunt hieronder aangeven waarom deze vraag ongepast is. Wij controleren de vraag en zonodig wordt deze verwijderd.

Product:

Bijvoorbeeld antisemitische inhoud, racistische inhoud, of materiaal dat gewelddadige fysieke handelingen tot gevolg kan hebben.

Bijvoorbeeld een creditcardnummer, een persoonlijk identificatienummer, of een geheim adres. E-mailadressen en volledige namen worden niet als privégegevens beschouwd.

Spelregels forum

Om tot zinvolle vragen te komen hanteren wij de volgende spelregels:

Belangrijk! Als er een antwoord wordt gegeven op uw vraag, dan is het voor de gever van het antwoord nuttig om te weten als u er wel (of niet) mee geholpen bent! Wij vragen u dus ook te reageren op een antwoord.

Belangrijk! Antwoorden worden ook per e-mail naar abonnees gestuurd. Laat uw emailadres achter op deze site, zodat u op de hoogte blijft. U krijgt dan ook andere vragen en antwoorden te zien.

Abonneren

Abonneer u voor het ontvangen van emails voor uw Adyen Mobile Payment Pages bij:


U ontvangt een email met instructies om u voor één of beide opties in te schrijven.


Ontvang uw handleiding per email

Vul uw emailadres in en ontvang de handleiding van Adyen Mobile Payment Pages in de taal/talen: Engels als bijlage per email.

De handleiding is 0,47 mb groot.

 

U ontvangt de handleiding per email binnen enkele minuten. Als u geen email heeft ontvangen, dan heeft u waarschijnlijk een verkeerd emailadres ingevuld of is uw mailbox te vol. Daarnaast kan het zijn dat uw internetprovider een maximum heeft aan de grootte per email. Omdat hier een handleiding wordt meegestuurd, kan het voorkomen dat de email groter is dan toegestaan bij uw provider.

Stel vragen via chat aan uw handleiding

Stel uw vraag over deze PDF

loading

Uw handleiding is per email verstuurd. Controleer uw email

Als u niet binnen een kwartier uw email met handleiding ontvangen heeft, kan het zijn dat u een verkeerd emailadres heeft ingevuld of dat uw emailprovider een maximum grootte per email heeft ingesteld die kleiner is dan de grootte van de handleiding.

Er is een email naar u verstuurd om uw inschrijving definitief te maken.

Controleer uw email en volg de aanwijzingen op om uw inschrijving definitief te maken

U heeft geen emailadres opgegeven

Als u de handleiding per email wilt ontvangen, vul dan een geldig emailadres in.

Uw vraag is op deze pagina toegevoegd

Wilt u een email ontvangen bij een antwoord en/of nieuwe vragen? Vul dan hier uw emailadres in.



Info