davidme-stripe

Results 70 comments of davidme-stripe

Can you try the latest `master` branch of this server? It logs a better error message to the console so we can tell what’s going on.

@SagarUnagar, can you check your Heroku logs for "Can't find price for"? (It's in "More ↕︎" -> "View Logs" on your Heroku dashboard.) We're still unable to reproduce this internally,...

@SagarUnagar, did you customize the Basic Integration app to add a 🐑? You'll want to add it to the `EMOJI_STORE` array in web.rb, as the pricing is determined by the...

@SagarUnagar No problem! We tried to make the Basic Integration app similar to a real store, so the prices are determined by the server instead of the client. If the...

This appears to be related to https://github.com/CocoaPods/CocoaPods/issues/11402. Your workaround should work for now, and hopefully Cocoapods can fix this in a future update.

Yes, this was added in [23.1.0](https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md#2310-2022-10-31).

We're working on a solution for this. If you're experiencing this issue and would like to opt into our testing program, please email [email protected] with your [account ID](https://stripe.com/docs/dashboard#find-account-id). Thanks!

Card scanning is built-in on iOS — if you set an NSCameraUsageDescription, it'll show a "Scan card" button in PaymentSheet. This App Store Connect message seems overly-broad: We don't show...

The "scan card" button is only in [PaymentSheet](https://stripe.com/docs/payments/accept-a-payment?platform=react-native) at the moment, so it won't appear if you built your own card form.

Yes. Card scanning outside of PaymentSheet is on our roadmap, but we don't have an ETA yet.