capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

Usage on web for dev #20

Closed NikolaStanisavljevic closed 3 years ago

NikolaStanisavljevic commented 3 years ago

I am trying to use while on web localhost but whichever Stripe method i call i get this error : Stripe does not have web implementation.

I expected to be functional on web for dev purpose, am i missing something or i would have to build app to test it?

HardikDG commented 3 years ago

I am having the same issue. Did you find any solution for this?

NikolaStanisavljevic commented 3 years ago

@HardikDG Not with this lib. Since i was using Ionic with React, react-stripe lib worked form me on web and mobile.

HardikDG commented 3 years ago

Thanks for your quick response. I am also using an ionic-react application. I will check the above library. @NikolaStanisavljevic This library works well in IOS/Android apps also? In my past experience, they were not allowing js payment library in the mobile apps, as HTTPS is not available in that apps

NikolaStanisavljevic commented 3 years ago

Your welcome. I am not sure for android apps, because i build this app only for apple devices. But can confirm it will work on IOS/web