How to integrate 2checkout with flutter? is there any way to integrate 2checkout payment gateway with flutter app? can anyone please help me?
Asked
Active
Viewed 478 times
4
-
Have you found a solution to this? Or how did you solve it if you did? I'm using flutter web and guessing I'm going to have to use and Iframe to connect to 2checkout – TM00 May 04 '22 at 19:29
-
No, unfortunately did not find any way for this. I have started bounty for this question just now. – FTF Studio May 04 '22 at 22:16
-
please do not forget to tell me if you found any way for this – FTF Studio May 04 '22 at 22:17
-
After about 2 days of trying I decided to give up and use another payment gateway. I ended up using a similar implementation to this: https://itnext.io/flutter-web-razorpay-payment-gateway-integration-792d6e015409 – TM00 May 08 '22 at 18:31
-
now i am not in India, is it possible to use Razorpay out side of India – FTF Studio May 09 '22 at 06:20
-
I don't know. I didn't use Razorpay but a South African gateway (I am from South Africa). I used the same method as used in the link for Razorpay for my chosen Gateway. Maybe try stripe if it's available in your country? – TM00 May 09 '22 at 09:13
-
I am from turkey, and the stripe is not available in turkey. and i think razorpay is just available in india – FTF Studio May 10 '22 at 11:24
-
and i don't know what should i do. what payment gateway do you use ??? – FTF Studio May 10 '22 at 11:25
-
I'm using a South African one called Yoco. Unfortunately I'm not knowledgeable on payment gateways available in Turkey - best of luck. – TM00 May 10 '22 at 15:41
-
If you do not have sdk-flutter available for this payment gateway, you can use sdk-android and use the (platform-channel) feature to connect to payment gateway. – Esmaeil Ahmadipour May 11 '22 at 10:43
1 Answers
0
When you need a package for Flutter, but it is not available, its native package (for example Android) and the creation of a channel by the platform-channel may help you to solve the problem.

Esmaeil Ahmadipour
- 840
- 1
- 11
- 32