#Andrew Samir-python

1 messages · Page 1 of 1 (latest)

kindred yoke
#

Do you have the PCI compliance required to handle card data?

#

Otherwise you should just use Elements or Checkout

tropic galleon
#

I don't really understand

kindred yoke
#

This is why people integrate with Stripe, as by using Elements/Checkout your PCI compliance is covered under our scope

tropic galleon
#

Mmmmmmmm if it is required to use my own everything in frontend .... is there another way or can i just use the apis ?

kindred yoke
tropic galleon
#

Well i am using angular and angular sometimes conflict with js libraries

kindred yoke
tropic galleon
#

Mmmmmm Nice i will check this

#

but if i couldn't
can you tell me what is the best flow to integrate stripe apis only ?

#

in case conflicts happened and so on

kindred yoke
tropic galleon
#

No

kindred yoke
#

You should absolutely not go down that path

#

Use Elements (or Checkout), and we'll help fix any issues along the way 🙂

tropic galleon
#

Okay then
i will try the Angular third party and check it

#

I have a question
If i use the Stripe Element i can then access my django api or i will directly call stripe ?

kindred yoke
#

It depends on which part of the flow. You'd generally have a backend API that calls Stripe to create the Payment Intent, then the rest (payment data collection, confirmation) is done by Stripe.js/Elements

tropic galleon
#

i can't do something like PaymentMethod Create in my backend and pass the element data to create a payment method ?

kindred yoke
#

No, because then you're handling raw card data

tropic galleon
#

Can you tell me a brief flow if i want to handle one time payments ?

#

Using the stripe elements

kindred yoke
royal needleBOT
#

This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact

delicate flame
#

done

tropic galleon
#

Thanks for re-opening ....
i don't know what to say but i am afraid its not my decision ... my business lead refuse using anything on front-end for some purpose

#

So seems i need to integrate apis only

#

May i propose a flow for you ?

delicate flame
tropic galleon
delicate flame
#

what is this
what is what exactly?
and why i cant just integrate the apis only
I think we've explained that really clearly already, I'm not sure what else I can add.

#

ultimately if you're not familiar with any of the terms I'm using, you 100% should not even be attempting to integrate this way. These are business decisions for you and your lead. I'm sorry.

tropic galleon
#

Okay then i think i should consult my team lead for that

#

I have read about PCI security standards and obviously its very complicated to implement apis only

#

So if i use the pre build Stripe elements ... am i able to make things like api as creating customer and save payment methods to this customer and so on .. ?

craggy torrent
#

Hi! I'm taking over this thread.

#

Stripe Elements is a UI that allows you to collect payment information on your website. But yes you'll also need to call the Stripe API to create customers and PaymentIntents and so on.
I recommend reading this doc to understand how to accept payments with Stripe https://stripe.com/docs/payments/accept-a-payment