github stripe/stripe-react-native v0.70.0
0.70.0 - 2026-07-16

6 hours ago

Changes

  • [Changed] Renamed the Crypto Onramp error status enum from OnrampError to OnrampErrorStatus. Existing generic Onramp errors now use StripeError<OnrampErrorStatus>.
  • [Changed] Split rich Crypto Onramp errors into OnrampSdkError for SDK-owned diagnostics and OnrampApiError for API response context. Rich SDK errors use an onrampErrorType discriminator typed as OnrampErrorType, while API errors narrow it to OnrampApiErrorType and add fields such as reason, requestId, and API message/code details.
  • [Fixed] Android: PaymentMethod.Card.availableNetworks and PaymentMethod.USBankAccount.supportedNetworks now return the expected array of network strings instead of always returning null, matching iOS behavior.

Features

  • [Added] Added AppAttestationUnavailableError for local SDK app attestation availability/setup failures.
  • [Added] Added Crypto Onramp wallet ownership verification APIs, getWalletOwnershipChallenge and submitWalletOwnershipSignature, for EU Travel Rule compliance.
  • [Added] Added Arbitrum network support to Crypto Onramp.

Don't miss a new stripe-react-native release

NewReleases is sending notifications on new releases.