#Sebastian Cortabarria - Checkout Quantity
1 messages ยท Page 1 of 1 (latest)
payment
I've looked into the other events, apart from the checkout.session.completed, but those dont see to have that info either.
How are you creating the Checkout Session?
stripe's ruby gem -> Stripe::Checkout::Session.create()
Okay, We have a guide for this here: https://stripe.com/docs/payments/checkout/adjustable-quantity#handling-transactions
perfect, i'll take a look into it, tahnk you
there is no escape form making a new request it seems
Sorry I didn't think of it sooner. They made quantities adjustable after I built my test integrations.
Nope, gotta hit that API.
thank you very much ๐