PayPal Gateway - 2012 Podręcznik Użytkownika Strona 30

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 230
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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>
Przeglądanie stron 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 229 230

Komentarze do niniejszej Instrukcji

Brak uwag