#forthepowersthatb

1 messages · Page 1 of 1 (latest)

leaden ploverBOT
tidal maple
#

Hi there

left parcel
#

hihi

tidal maple
#

Are you asking if Stripe handles PCI Compliance for you?

left parcel
#

yes

tidal maple
#

Then, yep!

#

If you use Stripe Checkout or Stripe Elements then we handle PCI for you

left parcel
#

ok sweet. what api endpoint do i send too?

tidal maple
#

Do you know which integration you want to use?

left parcel
#

will this send to stripe? js const { error } = await stripe.confirmPayment({ elements, confirmParams: { // Make sure to change this to your payment completion page return_url: "http://localhost:3000", }, });

tidal maple
left parcel
#

ya im using react elements. i just want to know how i send the payment

#

like this? js const { error } = await stripe.confirmPayment({ elements, confirmParams: { // Make sure to change this to your payment completion page return_url: "http://localhost:3000", }, });

#

stripe.confirmPayment sends payment info?

tidal maple
#

Yes that is how you submit the payment

#

From the client