#medbrennon-python
1 messages · Page 1 of 1 (latest)
HELLO !
Have a question at the moment or just happy to share?
Well hmm I been speaking to a few discord channel on python/Django they seems to not known implement of stripe payment
Gotcha, are do you have a specific question or error or are you looking for docs for starting up on something?
Well I bought some course and it's using https://github.com/RealmTeam/django-rest-framework-social-oauth2
I have deleted anything related to Facebook login
So this is the main issue I'm facing
Are you familiar with this sir
Unfortunately I am not familiar with that framework. What issue are you running in to integrating with Stripe with that?
So are you creating a PaymentIntent at the moment?
So it wants the client_secret from the PaymentIntent object https://stripe.com/docs/api/payment_intents/object#payment_intent_object-client_secret
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm looking for requirements for stripe
So I need this ?
https://jpadilla.github.io/django-rest-framework-oauth/
OAuth support for Django REST Framework
How are you currently creating the PaymentIntent?
This would be a server-side python call.
Yeah I use social oauth
I think I get it, are you asking how to do this step? https://stripe.com/docs/payments/accept-a-payment?platform=ios#add-server-endpoint
I can't speak to how to use social oauth specifically.