
15
Integrating Your Website Using HTML
HTML Variables
paymentaction
Indicates whether the transaction is for payment on a final
sale or an authorisation for a final sale (to be captured
later).
Allowable Values: - authorization or sale
Default Value - sale
Yes
return
The URL to which the buyer’s browser is redirected to
after completing the payment. Be sure to enter the
complete URL, including http:// or https://.
No
shipping
Shipping charged. This amount is added to subtotal for
the total amount.
No
state
State of the shipping address. No
subtotal
Amount charged for the transaction. If shipping, handling,
taxes, insurance, and discount are not specified, this is the
total amount charged. The value must include a decimal
and the exact amount to the cent (42.00, not 42). Do not
include comma separators (1234.56, not 1,234.56).
You must either pass
subtotal or total.
Yes
tax
Taxes charged. This amount is added to subtotal for the
total amount.
No
vendor
Your merchant login ID that you created when you
registered for the account.
Yes
total
Total transaction amount, including shipping, handling,
taxes, insurance, and discount. The value must include a
decimal and the exact amount to the cent (42.00, not 42).
Do not include comma separators (1234.56, not 1,234.56).
zip
Postal code of the shipping address. No
T
ABLE 2.1 HTML Variables for Settings of Payment Page (Continued)
Variable Description Mandatory
Kommentare zu diesen Handbüchern