#miststudent2011_91826
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- miststudent2011_91826, 1 day ago, 60 messages
hi! sure, you could use Checkout for that, https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
Isnt that is only usable only when you have fixed price per unit ?
LIke lets say Item A costs X amount and 10 items A's cost 10*X, but I have a case where that is not the case, so Final amount might be different from the muliplier amount
hmm how would that work exactly?
where would the difference come from?
but either way, Checkout is very customisable so what you want is probably totally possible
like promo code, minimum amount order lolality etc..,
well you can add discounts in various ways https://stripe.com/docs/payments/checkout/discounts
I just need a way where I send X is the price for Order Z and lets stripe process the payment for X and send the success or failure transaction ID.
you can also just pass that amount you want directly(i.e. precalculate the amount with discounts/loyalty in your backend code and pass the final amount to Checkout)
sure, then I'd start with that guide I linked which does basically exactly that
that says $20.00 is the price for the order and lets us process for that and you get webhooks when it's successful
Thanks, let me try it out.
and you get webhooks
how would I get it ?
Do I need to set up some daemon to monitor it ?