stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Basic Integration Warning

Open SeanArmstrong opened this issue 1 year ago • 1 comments
trafficstars

My company has received a warning email that we have

"accepted payments in the past 90 days using Basic Integration, an old version of Stripe’s in-app payment surface."

In Febuary 2023 we migrated from tipsi-stripe to stripe-react-native for our implementation however we never deprecated/blocked those versions and have had ~150 transactions in the last 90 days using old app versions.

I want to make sure that the warning we received from Stripe was related to the Tipsi Stripe and the implementation we have using this sdk will continue to work after the switch off date. Looking through issues on this repo I believe that to be the case but better safe than sorry.

I have updated our internal min app version (yesterday) which will force any users on older versions of our app to update so the Tipsi Stripe versions will no longer be accessible.

Info SDK 0.23.0 (Understand some of the below is deprecated and this version is a little old)

Import API Usage

  handleURLCallback
  CardField 
  presentApplePay
  initStripe
  initGooglePay
  createPaymentMethod
  createGooglePayPaymentMethod
  confirmPayment
  isApplePaySupported
  isGooglePaySupported
  confirmApplePayPayment

Thanks!

SeanArmstrong avatar Sep 18 '24 10:09 SeanArmstrong