Paypal custom amount for “Donate Now” button

后端 未结 2 1905
野趣味
野趣味 2020-12-05 12:35

I\'ve been asked to implement Paypal \"Donate Now\" functionality on a web site, similar to Wikipedia\'s site.

I know how to generate \"Buy/Donate Now\" buttons wit

2条回答
  •  情歌与酒
    2020-12-05 12:47

    Yes, there's an HTML input parameter for this. Simply called 'amount'.
    See https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables

    Just include amount in any HTML input/select field and ensure you pass it over to PayPal. For example:

     
    
    

    Or;

     
    
    

提交回复
热议问题