Opening Paypal Digital Lightboxes

I would like my customers to use Paypal's digital lightboxes. I used the following steps in Python / Django / Javascript to create an order by sending a customer to the Paypal website:

The above shows that I am generating the token correctly, but I would like to use the lightbox instead in step 3. I read the Digital Product Integration Guide, but I don’t see how I do the lightbox pop and submit the token to the lightbox. Other documents make me think that Paypal makes the lightbox show when the token returns. Is there a basic example of HTML / Javascript / Python, how a lightbox is activated?

+5
source share
2 answers

My solution is to use Stripe . Within 5 minutes I had a working credit card form. An hour later, I got a working payment solution, and I registered test transactions in my account.

: , - . , - , Stripe . .

+1

All Articles