#janvi
1 messages · Page 1 of 1 (latest)
if you set up a return URL with a native URL/universal link then that screen will automatically close. https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-set-up-return-url
how can i setup this?
did you check the docs link?
yes
do you have more context than that? what does your code look like now?
wait let me give screenshot
no screenshot please, share the actual code as text
Okay
await Stripe.instance.initPaymentSheet(
paymentSheetParameters: SetupPaymentSheetParameters(
returnURL: Platform.isAndroid?"https://thot.page.link":"https://thot.page.link",
style: ThemeMode.dark,
customerId: paymentIntentModel.customerId,
paymentIntentClientSecret: paymentIntentModel.clientSecret,
customerEphemeralKeySecret: paymentIntentModel.ephemeralKey,
),
);
This is a flutter code
and does your iOS app implement "https://thot.page.link" as a Universal Link?
(we don't officially support Flutter so I don't know much about it specifically)
"https://thot.page.link/" as a Universal Link?
-yes
your provided documentation i already followed in my code
but its still not working
I would suggest asking the developers of that Flutter SDK what's needed then to make this work
https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-set-up-return-url are our docs for this but as I said we don't officially support Flutter or that library, so maybe there's something specific needed with that library. You could try asking on their github issues page.
Hey! Taking over for my colleague. Yes of course, what is it ?
We are building one platform where every one can register and share their knowledge with each other.
So users can pay throgh platform's digital currency called "feathers" and users can redeem "feathers" in real money any time by adding their bank account and just click on redeem.
so my question is that can i directly add some percent of money directly to my bank account while any user redeem money
Hello, is there anyone here?
I see you've opened another thread for this.