Create PayPal Buttons on the fly

I have a webapp where users sell printing services, I want my users to add payment buttons to their pages so that customers can pay for their services.

My users determine their email address, etc. in the settings and configure their services with a price, etc.

What API should I use to create pay now buttons on the fly?

thank

+5
source share
3 answers

You do not need an API to create pay now buttons. You can create a button from your Paypal accounts or dynamically generate using HTML (see HTML variables for the Paypal Payments standard ).

Paypal , ( -, , Paypal).

, , , Paypal ( PDT IPN) .

+4

Paypal JavaScriptButtons API :

paypal.button.create(business, data, config, parentNode)
+3

All Articles