#miststudent2011_91826

1 messages · Page 1 of 1 (latest)

trail sigilBOT
#

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.

mellow frigate
opal briar
#

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

mellow frigate
#

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

opal briar
#

like promo code, minimum amount order lolality etc..,

mellow frigate
opal briar
#

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.

mellow frigate
#

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)

mellow frigate
#

that says $20.00 is the price for the order and lets us process for that and you get webhooks when it's successful

opal briar
#

Thanks, let me try it out.

trail sigilBOT
opal briar
#

and you get webhooks
how would I get it ?
Do I need to set up some daemon to monitor it ?