#jumbo74

1 messages · Page 1 of 1 (latest)

wispy cipherBOT
lean obsidian
#

Setup mode is just for accepting a card, it has no concept of being associated with any monetary amounts

#

I assume what you expected it to do I guess is to show "you will be charged $1000 in future" or something, but that's not how we built Checkout to work

stoic knot
#

Yeah that's my bad... I confused SETUP with CAPTURE...

lean obsidian
#

yes you could potentially use payment_intent_data[capture_method]=manual for a use case like this.

stoic knot
#

And another question. Why we could not add multiple discount to a session?

lean obsidian
#

I believe it's just not something supported at the moment.

wispy cipherBOT
stoic knot
#

Is there a tip to do it?

supple hawk
#

Hey! Taking over for my colleague. You simply can't apply multiple discount to a Session, you need to have one discount (that could sum multiple discounts behind)

stoic knot
#

That's a bit weird. Because the API seems to allow when you check it. In Java you have the method to add multiple Discount.

supple hawk
stoic knot
#

The problem is, I have a % discount + a price discount. I can do the calcul on my side but I think it can be better to just add multiple discount to the session.

Do you think this feature will be available one day?

supple hawk
#

I can do the calcul on my side
Currently this is the only option for you

#

Do you think this feature will be available one day?
Not something I'm aware of honestly, but I invite you to keep monitoring the official documentations

stoic knot
#

Ok ok. Thank you for your time 🙂