stripe-android
stripe-android copied to clipboard
Stripe Android SDK
**Is your feature request related to a problem? Please describe.** We use the setter methods on CardInputWidget for testing purposes. After requiring a postal code in our application we can...
**Is your feature request related to a problem? Please describe.** With the old basic integration, we call `Stripe.onPaymentResult()` with a `ApiResultCallback`. If the payment is not successful, we log some...
How can we Limit List of countries while adding card information in prebuild android UI.
## Summary While trying to tokenize a test card I'm getting a non lokalized (english when it should be spanish) error string from the sdk. The device is in es-CL...
## Summary Some of our payment got rejected due to missing card holder name. After investigating our SDK, I found that you can request the full address by setting `setBillingAddressFields(BillingAddressFields.Full)`...
## Summary Fix HTML select option rendering in WebView ## Motivation Using this version because 15.0.1 requires minsdk 21, and that's a bit too high. ## Testing Fix issue where...
# Summary When the last saved payment method was deleted on Payment Sheet, the selection wasn't cleared on the ViewModel. Now the selection is cleared, we exit edit mode and...
# Summary - Shows back navigation on toolbar if a) backstack is not empty and b) screen does not block back navigation (via `showBack` flag). https://user-images.githubusercontent.com/99293320/192070588-e5b1bca1-3ec1-4487-9d98-2befbfa938df.mp4
# Summary Allows requesting a shipping address on `GooglePayLauncher` configuration. # Motivation #5586 # Testing - [ ] Added tests - [ ] Modified tests - [x] Manually verified #...
# Summary This pull request adds the UPI payment method in the payment sheet carousel. No form will show up yet — that’s coming in a future pull request. I’m...