MCPcopy Create free account

hub / github.com/stripe/stripe-react-native / functions

Functions1,998 in github.com/stripe/stripe-react-native

↓ 2 callersMethodauthenticateUserWithToken
( linkAuthTokenClientSecret: string )
src/specs/NativeOnrampSdkModule.ts:31
↓ 2 callersMethodblur
(T view)
android/src/oldarch/java/com/facebook/react/viewmanagers/CardFormManagerInterface.java:26
↓ 2 callersFunctionbuildColorsBuilder
android/src/main/java/com/reactnativestripesdk/PaymentSheetAppearance.kt:86
↓ 2 callersFunctionbuildPrimaryButtonColors
android/src/main/java/com/reactnativestripesdk/PaymentSheetAppearance.kt:196
↓ 2 callersFunctioncallNoWebhookPayEndpoint
( data: | { useStripeSdk: boolean; paymentMethodId: string; currency:
example/src/screens/NoWebhookPaymentScreen.tsx:13
↓ 2 callersFunctioncallNoWebhookSetupEndpoint
( data: | { useStripeSdk: boolean; paymentMethodId: string; } | {
example/src/screens/NoWebhookSetupScreen.tsx:13
↓ 2 callersMethodcheckoutRunServerUpdateComplete
( sessionKey: string, error: string | null )
src/specs/NativeStripeSdkModule.ts:260
↓ 2 callersFunctioncleanup
()
src/connect/EmbeddedComponent.tsx:574
↓ 2 callersMethodclearEmbeddedPaymentOption
(viewTag: Int32)
src/specs/NativeStripeSdkModule.ts:212
↓ 2 callersMethodcollectBankAccount
( isPaymentIntent: boolean, clientSecret: string, params: UnsafeObject< Omit<PaymentMethod.C
src/specs/NativeStripeSdkModule.ts:106
↓ 2 callersFunctioncollectBankAccountForPayment
( clientSecret: string, params: PaymentMethod.CollectBankAccountParams )
src/functions.ts:528
↓ 2 callersFunctioncollectBankAccountForSetup
( clientSecret: string, params: PaymentMethod.CollectBankAccountParams )
src/functions.ts:566
↓ 2 callersMethodcollectFinancialConnectionsAccounts
( clientSecret: string, params: UnsafeObject<FinancialConnections.CollectFinancialConnectionsAccountsP
src/specs/NativeStripeSdkModule.ts:135
↓ 2 callersMethodcollectPaymentMethod
( paymentMethod: string, platformPayParams: UnsafeObject<any> )
src/specs/NativeOnrampSdkModule.ts:35
↓ 2 callersFunctioncolorFromHex
android/src/main/java/com/reactnativestripesdk/PaymentMethodMessagingElementConfig.kt:136
↓ 2 callersFunctioncolorFromHex
android/src/main/java/com/reactnativestripesdk/CurrencySelectorAppearance.kt:145
↓ 2 callersMethodconfigureWithCheckout
android/src/main/java/com/reactnativestripesdk/EmbeddedPaymentElementView.kt:480
↓ 2 callersMethodconfirmPaymentSheetPayment
()
src/specs/NativeStripeSdkModule.ts:94
↓ 2 callersMethodconfirmPlatformPay
( clientSecret: string, params: UnsafeObject<PlatformPay.ConfirmParams>, isPaymentIntent: boolean
src/specs/NativeStripeSdkModule.ts:153
↓ 2 callersFunctionconfirmPlatformPaySetupIntent
( clientSecret: string, params: PlatformPay.ConfirmParams )
src/functions.ts:763
↓ 2 callersFunctionconfirmSetupIntent
( paymentIntentClientSecret: string, params: SetupIntent.ConfirmParams, options: SetupIntent.ConfirmOpti
src/functions.ts:233
↓ 2 callersMethodconfirmSetupIntent
( paymentIntentClientSecret: string, params: UnsafeObject<SetupIntent.ConfirmParams>, options: Uns
src/specs/NativeStripeSdkModule.ts:70
↓ 2 callersFunctioncreateAPIClient
(baseURL: string)
example-stripe-connect/src/api/StripeConnectAPI.ts:194
↓ 2 callersMethodcreateCryptoPaymentToken
()
src/specs/NativeOnrampSdkModule.ts:40
↓ 2 callersMethodcreateParams
android/src/main/java/com/reactnativestripesdk/PaymentMethodCreateParamsFactory.kt:261
↓ 2 callersMethodcreateRadarSession
()
src/specs/NativeStripeSdkModule.ts:213
↓ 2 callersFunctioncreateToken
()
example/src/screens/ApplePayScreen.tsx:294
↓ 2 callersFunctioncreateTokenForCVCUpdate
( cvc: string )
src/functions.ts:259
↓ 2 callersFunctioncurrentlyFocusedInput
()
src/helpers.ts:68
↓ 2 callersMethodcustomPaymentMethodResultCallback
( result: UnsafeObject<PaymentSheet.CustomPaymentMethodResult> )
src/specs/NativeStripeSdkModule.ts:88
↓ 2 callersMethoddetachPaymentMethod
Deletes the given Payment Method from the customer. * If you are implementing your own CustomerAdapter: * Call the Detach method ( https://strip
src/types/CustomerSheet.ts:141
↓ 2 callersFunctiondismissPlatformPay
()
src/functions.ts:823
↓ 2 callersMethoddismissPlatformPay
()
src/specs/NativeStripeSdkModule.ts:147
↓ 2 callersFunctiondynamicColorFromParams
* Parses a ThemedColor from [params] at [key]. Supports both: * - Single hex string: "#RRGGBB" * - Light/dark object: { "light": "#RRGGBB", "dark":
android/src/main/java/com/reactnativestripesdk/PaymentMethodMessagingElementConfig.kt:107
↓ 2 callersMethodemitEmbeddedPaymentElementUpdateComplete
android/src/main/java/com/reactnativestripesdk/EventEmitterCompat.kt:87
↓ 2 callersMethodemitOnConfirmHandlerCallback
android/src/main/java/com/reactnativestripesdk/EventEmitterCompat.kt:23
↓ 2 callersMethodemitOnConfirmationTokenHandlerCallback
android/src/main/java/com/reactnativestripesdk/EventEmitterCompat.kt:27
↓ 2 callersMethodemitOnCustomPaymentMethodConfirmHandlerCallback
android/src/main/java/com/reactnativestripesdk/EventEmitterCompat.kt:91
↓ 2 callersMethodemitOnFinancialConnectionsEvent
android/src/main/java/com/reactnativestripesdk/EventEmitterCompat.kt:31
↓ 2 callersMethodemitPaymentMethodMessagingElementConfigureResult
android/src/main/java/com/reactnativestripesdk/EventEmitterCompat.kt:99
↓ 2 callersFunctionfetchClientSecret
(intentType: 'setup' | 'payment')
example/src/screens/CashAppScreen.tsx:17
↓ 2 callersFunctionfetchClientSecret
(intentType: 'setup' | 'payment')
example/src/screens/RevolutPayScreen.tsx:18
↓ 2 callersFunctionfetchClientSecret
(intentType: 'setup' | 'payment')
example/src/screens/KlarnaPaymentScreen.tsx:17
↓ 2 callersFunctionfetchClientSecret
(intentType: 'setup' | 'payment')
example/src/screens/AlmaPaymentScreen.tsx:18
↓ 2 callersFunctionfetchClientSecret
(intentType: 'setup' | 'payment')
example/src/screens/PayPalScreen.tsx:18
↓ 2 callersFunctionfetchClientSecret
(intentType: 'setup' | 'payment')
example/src/screens/BilliePaymentScreen.tsx:17
↓ 2 callersFunctionfetchPaymentIntentClientSecret
()
example/src/screens/ACHPaymentScreen.tsx:27
↓ 2 callersFunctionfetchPublishableKey
( paymentMethod?: string )
example/src/helpers.ts:4
↓ 2 callersFunctionfetchSetupIntentClientSecret
()
example/src/screens/ACHSetupScreen.tsx:26
↓ 2 callersFunctionfilterTypeToLabel
( value: AmountFilterType | DateFilterType | undefined, isAmountFilter: boolean )
example-stripe-connect/src/screens/PaymentsFilterSettingsScreen.tsx:62
↓ 2 callersFunctionfilterTypeToString
( value: AmountFilterType | DateFilterType | undefined )
example-stripe-connect/src/screens/PaymentsFilterSettingsScreen.tsx:56
↓ 2 callersMethodfocus
(T view)
android/src/oldarch/java/com/facebook/react/viewmanagers/CardFormManagerInterface.java:27
↓ 2 callersFunctionfocusInput
(ref: React.MutableRefObject<any>)
src/helpers.ts:38
↓ 2 callersFunctionformatIdentifierAlternativeGroups
( alternatives: Onramp.ComplianceIdentifierAlternativeGroup[] )
example/src/screens/Onramp/utils.ts:111
↓ 2 callersFunctionformatIdentifierRequirementList
( identifiers: Onramp.ComplianceIdentifierRequirement[] )
example/src/screens/Onramp/utils.ts:99
↓ 2 callersFunctiongenerateUUID
* Generates a UUID v4
src/connect/analytics/ComponentAnalyticsClient.ts:28
↓ 2 callersFunctiongetAddressLines
( contactAddress?: Checkout.ContactAddress )
example/src/checkoutPlayground/CheckoutPlaygroundCartUtils.ts:54
↓ 2 callersFunctiongetDefaultAddressForNetwork
( cryptoNetwork: Onramp.CryptoNetwork )
example/src/screens/Onramp/utils.ts:4
↓ 2 callersFunctiongetErrorMessage
(error: unknown, fallback: string)
example/src/checkoutPlayground/CheckoutPlaygroundCartView.tsx:54
↓ 2 callersFunctiongetSeparators
()
example-stripe-connect/src/utils/money.ts:7
↓ 2 callersFunctionhandleAuthWebViewResult
(id: string, resultUrl: string | null)
src/connect/EmbeddedComponent.tsx:445
↓ 2 callersFunctionhandleNextAction
( paymentIntentClientSecret: string, returnURL?: string )
src/functions.ts:178
↓ 2 callersFunctionhandleNextActionForSetup
( setupIntentClientSecret: string, returnURL?: string )
src/functions.ts:208
↓ 2 callersFunctionhandleSelectPresentationType
( type: ViewControllerPresentationType )
example-stripe-connect/src/screens/ViewControllerOptionsScreen.tsx:41
↓ 2 callersFunctionhandleURLCallback
(url: string)
src/functions.ts:286
↓ 2 callersMethodhasLinkAccount
(email: string)
src/specs/NativeOnrampSdkModule.ts:11
↓ 2 callersMethodinitPaymentSheet
( params: UnsafeObject<PaymentSheet.SetupParams> )
src/specs/NativeStripeSdkModule.ts:79
↓ 2 callersMethodinitialise
(params: UnsafeObject<InitialiseParams>)
src/specs/NativeOnrampSdkModule.ts:7
↓ 2 callersFunctioninitialize
()
example/src/components/PaymentScreen.tsx:21
↓ 2 callersMethodinvalidate
android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt:175
↓ 2 callersMethodisCardInWallet
( params: UnsafeObject<{ cardLastFour: string }> )
src/specs/NativeStripeSdkModule.ts:128
↓ 2 callersFunctionisCheckoutSession
( value: PaymentSheetTypes.IntentConfiguration | Checkout )
src/types/EmbeddedPaymentElement.tsx:227
↓ 2 callersFunctionisLegacyAppAttestationUnavailableMessage
(message?: string)
src/hooks/useOnramp.tsx:35
↓ 2 callersFunctionisRecord
(value: unknown)
example/src/checkoutPlayground/CheckoutPlaygroundCartView.tsx:51
↓ 2 callersFunctionisRecord
(value: unknown)
example/src/api/checkoutSession.ts:14
↓ 2 callersMethodisValidGlobalPostalCodeCharacter
android/src/main/java/com/reactnativestripesdk/utils/PostalCodeUtilities.kt:5
↓ 2 callersMethodlogAuthenticatedWebViewError
* Log authenticated web view error
src/connect/analytics/ComponentAnalyticsClient.ts:285
↓ 2 callersMethodlogAuthenticatedWebViewOpened
* Log authenticated web view opened
src/connect/analytics/ComponentAnalyticsClient.ts:246
↓ 2 callersMethodlogClientError
* Log client error (catch-all for mobile client errors)
src/connect/analytics/ComponentAnalyticsClient.ts:300
↓ 2 callersMethodlogDeserializeMessageError
* Log message deserialization error
src/connect/analytics/ComponentAnalyticsClient.ts:231
↓ 2 callersMethodlogPageLoadError
* Log page load error
src/connect/analytics/ComponentAnalyticsClient.ts:175
↓ 2 callersMethodlogUnrecognizedSetter
* Log unrecognized setter function warning
src/connect/analytics/ComponentAnalyticsClient.ts:218
↓ 2 callersFunctionmapConfig
android/src/onramp/java/com/reactnativestripesdk/OnrampMappers.kt:32
↓ 2 callersFunctionmapFromComplianceIdentifierAlternativeGroups
android/src/onramp/java/com/reactnativestripesdk/OnrampMappers.kt:259
↓ 2 callersFunctionmapFromComplianceIdentifierRequirementsList
android/src/onramp/java/com/reactnativestripesdk/OnrampMappers.kt:245
↓ 2 callersFunctionmapFromConfirmationToken
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:1087
↓ 2 callersFunctionmapFromCustomPaymentMethod
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:1072
↓ 2 callersFunctionmapFromFinancialConnectionsEvent
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:983
↓ 2 callersFunctionmapFromShippingContact
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:939
↓ 2 callersFunctionmapFromStatus
android/src/main/java/com/reactnativestripesdk/utils/CheckoutMappers.kt:47
↓ 2 callersFunctionmapIntentStatus
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:62
↓ 2 callersFunctionmapToPaymentSheetAddress
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:663
↓ 2 callersFunctionmapToReturnURL
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:88
↓ 2 callersFunctionmapToShippingDetails
android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt:704
↓ 2 callersFunctionnormalizeCountryCode
(value: string)
example/src/screens/Onramp/CryptoOnrampFlow.tsx:1257
↓ 2 callersFunctionopenPlatformPaySetup
()
src/functions.ts:937
↓ 2 callersMethodperformCheckout
(onrampSessionId: string)
src/specs/NativeOnrampSdkModule.ts:41
↓ 2 callersMethodperformClick
android/src/main/java/com/reactnativestripesdk/pushprovisioning/AddToWalletButtonView.kt:47
↓ 2 callersMethodpresentPaymentSheet
( options: UnsafeObject<PaymentSheet.PresentOptions> )
src/specs/NativeStripeSdkModule.ts:91
↓ 2 callersMethodpresentUserAttestation
()
src/specs/NativeOnrampSdkModule.ts:26
← previousnext →201–300 of 1,998, ranked by callers