Help Article
How do I integrate my website with Payflow Link (Basic)?
If you want to integrate Payflow Link into your own website, see the Payflow Gateway Developer Guide and Reference.
To perform a basic integration, do the following:
- Copy and paste the following text into your webpage code:
<form method="post" action="https://payflowlink.paypal.com"> <input name="LOGIN" value="Your LOGIN here" type="hidden" /> <input name="PARTNER" value="Your PARTNER here" type="hidden" /> <input name="AMOUNT" value="Total transaction AMOUNT here" type="hidden" /> <input name="TYPE" value="Transaction TYPE here" type="hidden" /> <input value="Click here to Purchase" type="submit" /> </form>
- Enter actual values for LOGIN, PARTNER, AMOUNT, and TYPE in the relevant
value="..."
entries. - Save the file.
- Open the page in your browser and click the button to be redirected to PayPal's Payflow Link servers.