David Fung
Posts: 0
Joined: Wed Nov 28, 2012 4:52 pm

Make a PayPal button

If I want to create a paypal button via the below html code, is it possible?

< form action="https://www.paypal.com/cgi-bin/webscr" method="post"
< input type="hidden" name="cmd" value="_s-xclick"
...
...
...
< /form

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Make a PayPal button

Hello! You can use PayPay as long PayPay exposes REST API to do that. Or another option is to embed an HTML widget if they provide one.

David Fung
Posts: 0
Joined: Wed Nov 28, 2012 4:52 pm

Make a PayPal button

Thanks! Finally, I found that the html code is equal to the below web link.

https://www.paypal.com/cgi-bin/webscr...

Code: Select all

i.e. I put the web link into a click event of a button.

Return to “Issues”