PayPal Gateway - 2012 Guide de l'utilisateur Page 30

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 230
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 29
Secure Token
Posting To the Hosted Checkout Page
2
30 31 July 2012 Gateway Developer Guide and Reference
<html>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<title>PageTitle</title>
</head>
<body>
<form method="post" action="https://payflowlink.paypal.com">
<input type=hidden value="Fj+1AFUWft0+I0CUFOKh5WA=="
name=SECURETOKEN/>
<input type=hidden value="9a9ea8208de1413abc3d60c86cb1f4c5"
name=SECURETOKENID/>
</form>
</center>
</body>
</html>
The following example uses Payflow name-value pairs to pass values in a form post to the
hosted checkout pages. For details on name-value pair strings, see “Sending a Simple
Transaction to the Server” on page 43.
<html>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<title>PageTitle</title>
</head>
<body>
<form method="post" action="https://payflowlink.paypal.com">
<input type="text" name = "SECURETOKEN" value =
"FvwEnHTYRNUSVsZRlhFpudA=="/>
<input type="text" name = "SECURETOKENID" value =
"9a9ea8208de1413abc3d60c86cb1f4c5"/>
<input type="hidden" name="PARMLIST"
value="INVNUM[8]=INV12345&AMT[5]=25.50&CURRENCY[3]=
USD&PONUM[7]=PO12345"/>
<input type="submit"/>
</form>
</center>
</body></html>
Vue de la page 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 229 230

Commentaires sur ces manuels

Pas de commentaire