#PERF-react-native

1 messages · Page 1 of 1 (latest)

primal arch
#

Hello! Give me a few minutes and I can take a look

#

I believe it only updates after the Payment Intent is confirmed

fallow pawn
#

ok

#

so there is no way to update the payment intent's payment method via the sheet unless you confirm ?

chilly scaffold
#

Hi there 👋 taking over for karbi

That seems to be the case. The payment method is only added to the payment intent on confirmation. Otherwise, you could end up with a payment intent whose payment method is not valid.

fallow pawn
#

generally speaking is having a customer confirm and not capturing / cancelling a payment intent look bad according to credit card companies?

chilly scaffold
#

I can't really speak on behalf of the card issuers, though the payment intents are only on the Stripe side. Card issuers don't care about the payment intent statuses

fallow pawn
#

yea sure that makes sense. However when a payment intent is confirmed through stripe a pending charge is made right?

Then once the payment intent is captured it is actually finalized ?

chilly scaffold
#

The card is authorized for an amount, correct. That info obviously does go to the issuing entity, but I can't really speak to if/how that might be interpreted by them

fallow pawn
#

yea gotcha ok. Does stripe website have any information on that?

#

we want to avoid becoming in bad standing if customer authorizes an amount and it is cancelled semi frequently

chilly scaffold
#

We don't have any docs on that, as far as I'm aware.