#tomh0027

1 messages · Page 1 of 1 (latest)

drifting auroraBOT
long crane
#

Hi there!

mild barn
#

any other doc for React application?

long crane
#

web apps or native apps?

mild barn
#

web app

long crane
mild barn
#

how can I get the client secret?

#

do I need to setup payment intent?

long crane
#

Yes first you create the PaymentIntent on the backend, and then sent the client_secret to the frontend to mount the Payment Element

mild barn
#

I created a product on the dashboard and I am going to accept payment for that product

long crane
#

PaymentIntent don't support Products/Prices, you would directly set the amount you want.

#

If you want to use PRoducts/Prices, then you should use Checkout Session

mild barn
#

can I apply promo code to it?

long crane
#

Checkout Session support promo codes yes. Either you pass them in the API, or you let users enter it directly on the Checkout Session page