#glorious_possum_76833
1 messages · Page 1 of 1 (latest)
Hi there 👋 sounds like you're looking to set up an integration that separates the authorization and the capture steps of a payment, that functionality is discussed here:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
can you help me with this
Possibly, but I'll need more context. So far it looks like a property or object that doesn't exist is trying to be referenced.
seems to be the paymentIntents in stripe.paymentIntents is missing, im using https://js.stripe.com/v3/
I don't know what you mean by that, can you elaborate?
the object paymentIntents is undefined
That screenshot is showing a code snippet from our server-side library. The stripe.js library that you provided a link to is our client-side library.
You don't create Payment Intents from your client side code, you do so from your server.
is there a way no need to create server side
No, you do not want an integration that does everything client-side. Someone savvy with javascript could edit your client-side scripts and change how much you were charging them.
can you show me how to integrate using php