#Question about Stripe Payment inside Tauri Desktop app and Firebase functions AppCheck

3 messages · Page 1 of 1 (latest)

stable lark
#

I am developing desktop app that accept payment inside tauri
tauri: 1.6 version

I receive this warning,
You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must use HTTPS

As you know Stripe only accept live over HTTPS

Based on my research, the tauri will provide production url with https://tauri.localhost:8080/ ? Is it confirm?
So i can do live payment, Have anyone test it ? it should be working right?

Moreover, firebase Appcheck with recaptcha, so i need provide tauri.localhost:8080 to the recaptcha right?
and for the firebase functions CORS:- tauri.localhost:8080 is correct ?

do i have install a plugin call "localhost"?
i am not sure

If any can point the way , i am most appreciated
Cheers

fluid owl
#

@stable lark have you figure it out?

stable lark