#emnaruto07-Stripe Rails

1 messages · Page 1 of 1 (latest)

signal veldt
#

👋 happy to help

#

what's your question?

severe cloak
#

i want to send data from form to stripe directly. for example the price and product name.

#

i dont want to use price id

#

because i have so many price change option.

signal veldt
#

what product are you using? Checkout, Payment Links, etc?

severe cloak
#

job board

#

i want to provide, job name, id and price

signal veldt
#

no I meant how are you integrating with Stripe? (poor choice of word from my side)

severe cloak
#

on the checkout page

signal veldt
#

ok perfect

severe cloak
#

Do i have to save product name and prices in the db or it will take it from the client side?

signal veldt
#

you can pass dynamic values

severe cloak
#

from the frontend?

signal veldt
#

are you using checkout from the frontend?

severe cloak
#

so, my backend create the url.

#

and then it will redirect

signal veldt
#

ok so you need to pass any dynamic information from your front to your backend so it will create the Checkout Session with the correct price_data