Advertisement
bigrushdog

more_amazon

Jun 2nd, 2011
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.38 KB | None | 0 0
  1. <form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
  2.   <input type="hidden" name="immediateReturn" value="0" >
  3.   <input type="hidden" name="collectShippingAddress" value="0" >
  4.   <input type="hidden" name="signatureVersion" value="2" >
  5.   <input type="hidden" name="signatureMethod" value="HmacSHA256" >
  6.   <input type="hidden" name="accessKey" value="11SEM03K88SD016FS1G2" >
  7.   <input type="hidden" name="referenceId" value="MyDonation-001" >
  8.   <input type="hidden" name="amount" value="USD 5.00" >
  9.   <input type="hidden" name="signature" value="TX2TEWxZMdd0cRubAlUCa0NzXEj/PPvpoQtQitskIBc=" >
  10.   <input type="hidden" name="isDonationWidget" value="0" >
  11.   <input type="hidden" name="description" value="Donate to Bigrushdog Tiamat Xoom Kernel Developer" >
  12.   <input type="hidden" name="amazonPaymentsAccountId" value="LJBYNLAJCTFC3EHCXCTB4P1PBTA6DCLS7AQE5V" >
  13.   <input type="hidden" name="ipnUrl" value="http://yourwebsite.com/instantpaymentnotification" >
  14.   <input type="hidden" name="returnUrl" value="http://yourwebsite.com/success" >
  15.   <input type="hidden" name="processImmediate" value="1" >
  16.   <input type="hidden" name="cobrandingStyle" value="logo" >
  17.   <input type="hidden" name="abandonUrl" value="http://yourwebsite.com/abandon" >
  18.   <input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/beige_large_paynow_withmsg_darkbg.gif" border="0">
  19. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement