Skip to content

Instantly share code, notes, and snippets.

@shivangagarwal
Created January 8, 2012 16:29
Show Gist options
  • Save shivangagarwal/1578897 to your computer and use it in GitHub Desktop.
Save shivangagarwal/1578897 to your computer and use it in GitHub Desktop.
HTML form for Adaptive payments
<form action= "https://www.sandbox.paypal.com/webapps/adaptivepayment/flow/pay" target="PPDGFrame">
<input id="type" type="hidden" name="expType" value="light"></input>
<input id="paykey" type="hidden" name="paykey" value="The Paykey we got in the response"> </input>
<button id="submitBtn" value="Pay with PayPal"><p style="font-size:20px">Pay</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment