triniwiz / nativescript-stripe

Apache License 2.0
49 stars 32 forks source link

IDEAL bank implementation #69

Open Dubickiy opened 5 years ago

Dubickiy commented 5 years ago

Hi guys

Do you have implementation for IDEAL bank (selecting bank, redirect and return redirect) such as for web?

Thanks

RobertGardner commented 5 years ago

Stripe has an iDEAL implementation. It requires redirecting to the bank's website, so should be similar to 3D Secure. Neither iDEAL nor 3D Secure have specific Nativescript plugin implementations, though most of the implementation needs to take place in the client, not in the plugin.

If there are enhancements that need to be made to the plugin to support iDEAL (or 3D Secure), please send a specific change description or pull request.