I would also like to incorporate card payments. However, when I looked at the final segment of the video, I couldn't see any card payments. Does this support my needs? can anyone recommend docs or videos to integrate Paypal with Django and react?
The backend does not get an auth token as part of the request sent by PayPal, so how can it know which user purchased the product? Note that the user could use a different email address for the purchase than the one stored in my database...
Agreed those are some issues with the implementation in the video. You can override the create order function in the frontend to send a request to the Django backend which stores the users email in a payment model or some equivalent
Thank you Matt...It has been quite long. Great content. I have to click every ad. That's what I can repay you with
I appreciate that!
Nice one Bro
I appreciate your video. Like and comment!
I appreciate it!
Amazing content as always keep up ♥
fellow Suid African here boet!
Nice. Thank you!
awesome tutorial. Going to try to build the same with FastApi. Thank you.
Very nice tutorial u explain everything very well thanks for uploading
Awesome thanks
I would also like to incorporate card payments. However, when I looked at the final segment of the video, I couldn't see any card payments. Does this support my needs?
can anyone recommend docs or videos to integrate Paypal with Django and react?
We want a tutorial for #Advcash implementation instead of -PayPal-
The backend does not get an auth token as part of the request sent by PayPal, so how can it know which user purchased the product? Note that the user could use a different email address for the purchase than the one stored in my database...
Agreed those are some issues with the implementation in the video. You can override the create order function in the frontend to send a request to the Django backend which stores the users email in a payment model or some equivalent
@@mattfreire The backend can also use PayPal API to create the order (much safer!). Webhooks are not needed. This seems to be the correct design.
Why not Vue.js ?