
Configuring Hosted Checkout Pages
Using the PARMLIST Parameter
3
44 07 February 2013 Gateway Developer Guide and Reference
Using the PARMLIST Parameter
PARMLIST is a HTTP Post parameter used with a secure token to pass information to the
Gateway hosted checkout pages. PARMLIST takes a string of name-value pairs as its value.
Payflow parses out these name-value pairs and uses them to run the transaction. PARMLIST is
especially useful for merchants that already use this parameter with the Payflow SDK and
want to use an existing name-value pair string.
PARMLIST Example
<html>
<head>
<title>PageTitle</title>
</head>
<body>
<form method="post" action="https://payflowlink.paypal.com">
<input type="hidden" name="SECURETOKEN"
value="Fj+1AFUWft0+IOCUFOKh5WA==" />
<input type="hidden" name="SECURETOKENID"
value="9a9ea8208de1413abc3d60c86cb1f4c5" />
<input type="hidden" name="MODE" value="LIVE" />
<input type="hidden" name="PARMLIST"
value="INVNUM=INV1234&AMT=25.50&CURRENCY=USD
&PONUM=PO12345" />
</form>
</body>
</html>
SUBTOTAL Amount you pass to Payflow. It is displayed in the order
summary section. This amount is only for display
purposes and is not passed to the transaction servers.
VERBOSITY Additional values returned from the transaction
response to the merchant in the Silent Post. By default,
there is no verbosity set which means the standard set of
values that Silent Post currently uses is returned.
Passing in a verbosity will return the extra values that
we get back in the transaction response.Value: HIGH
VERIFY Runs a $0 authorization transaction using the credit card
information the buyer enters. If the $0 authorization is
verified, then Payflow will immediately run the
transaction for the amount and transaction type you pass
to Payflow.Values: TRUE/FALSE
Variable Description
Comentarios a estos manuales