stripe-android
stripe-android copied to clipboard
Stripe Android SDK
## Summary The number of recompositions before to implement stripe is normal, but if I only add this line. ``` import com.stripe.android.paymentsheet.rememberPaymentSheet rememberPaymentSheet(paymentResultCallback = { Log.e("teste","test $it") }) ``` Generate...
# Summary Adds a new public API for easier compose integration. API Review: https://jira.corp.stripe.com/browse/MOBILE_APIREVIEW-70
# Summary Show full view when inputting `Link` sign up information. # Motivation Resolves [MOBILESDK-1638](https://jira.corp.stripe.com/browse/MOBILESDK-1638) Also displays Link terms when inputting remaining fields similar to when using Link with `Save...
Hi, we had this ticket: here you can find all the previous details: https://github.com/stripe/stripe-android/issues/7937 we have one more question about this issue, if we want to leave the `request_three_d_secure` with...
# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...
# Summary A draft change to discuss upgrading the Google Pay integration to use the new Activity Result contracts # Motivation `onActivityResult` was deprecated a few years back. The current...
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-play-services](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.8.0. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-play-services's releases. 1.8.0 Implement the library for the Web Assembly (Wasm) for JavaScript (#3713). Thanks @igoriakovlev! Major Kotlin version update:...
# Summary This pull request fixes an issue arising from the use of `BottomSheetNavigator`: Dismissing the bottom sheet by swiping down doesn’t pop the NavController’s back stack, meaning that we’re...
## Is your feature request related to a problem? Please describe. We are currently navigating the pre-existing UIs in our app and replacing them with Jetpack Compose Widgets, I wanted...
## Summary We have implemented PaymentIntent using PaymentSheet using Java code described [here](https://stripe.com/docs/payments/accept-a-payment?platform=android). We have enabled Apple Pay, Google Pay, GrabPay and PayNow in the stripe dashboard. Website is displaying...