#iyidgnaw
1 messages · Page 1 of 1 (latest)
hello! you can take a look at this section : https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
Thx for the info! Seems to me there's no account-based limit for the charge. So my understanding is that if the card (or any other payment method saved on file) accepts the charge, then we can make it happen. Otherwise, we would have to ask our customer to re-enter our app and provide an alternative payment method. Is that correct understanding?
yep, that's right!
got it! so the assumption is that the whole charge action is atomic. I mean the amount we try to charge won't be partially accepted by the issuer. The result can be either Accepted or Declined for the whole amount. Is that right?
yes, correct