React native - Drop In - payment methods #700
Replies: 1 comment 7 replies
-
|
Hey @Ilya-Valasiuk We have feature request #635
This is correct. Some payment methods, TWINT including, may work on DropIn. However usually we do not mark a payment method as "supported" until it is properly tested and we have a dedicated component for it. TWINT works as part of the Drop-In via "sdk" flow on Android and via "redirect" flow on iOS. This alone can cause unwanted misalignment.
Hm.. is this TEST or LIVE environment? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've integrated Drop-In component with Advanced Flow to app. Right now we added TWINT payment method. Everything is working fine except 1 problem with TWINT Prepaid app (For some reasons when we enter pin code in TWINT app - payment is cancelled automatically). I've talked with Customer Support where they pointed to docs that TWINT not supported. As well I founded that other wanted payment methods not supported in docs but working fine in Drop In component(React native).
My first thought was to start building Native module over the Android/iOS SDK but based on code I see that
adyen-react-nativeis kind of module over the native modules. So it looks like I will build the same stuff.Would you mind to explain why some payment methods not supported by docs but visible in Drop-In component and working fine? (Example: TWINT, Klarna)
Is it correct that
adyen-react-nativejust a module over native libraries?As far I have only 1 issue with TWINT and I am afraid that if I implement my own native module - I will have the same problem on native solution with TWITN app.
Beta Was this translation helpful? Give feedback.
All reactions