seanzhang-stripe

Results 37 comments of seanzhang-stripe
trafficstars

Hi @alexiz10 I'm able to reproduce the same in my own test integration. I've already reported this to the relevant team and I'll let you know when there's an update...

Hi @skoolaidl the manual confirmation in Stripe context (e.g., [confirmation_method](https://docs.stripe.com/api/payment_intents/create#create_payment_intent-confirmation_method)="manual") refers to a confirming a PaymentIntent with a secret key from your server. Based on the use case that your...

Hi @SeanArmstrong The warning isn't about `tipsi-stripe` SDK deprecation, but the basic integration from `stripe-react-native` SDK If you are not using `PaymentSheet` in your application, it's likely you are still...

Hi @nimiththomas can you disable [core.protectNTFS](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreprotectNTFS) and try again? i.e., ``` git config --global core.protectNTFS false ```

Hi @danwoodbury I'm not sure if your code is the correct way to handle deeplink. Can you use the example code from the integration [guide](https://docs.stripe.com/payments/accept-a-payment?platform=react-native&mobile-ui=payment-element#react-native-set-up-return-url) instead?

Hi @wxw962530118 Wallets (i.e., Apple Pay and Google Pay) doesn't support China Union cards, and I believe that's why the you encountered an error when creating a Apple Pay token...

Hi @ottob we will release a new version that includes the new Stripe iOS SDK very soon. Hello @simonbengtsson you mentioned that you still encountered some problems even with iOS...