Replies: 1 comment 4 replies
-
Hi Liam, using custom card details is not currently possible as discussed in #40 due to PCI compliance issues. We're searching for a feasible solution here. The way it works currently is that you enter the card details in the CardField and the information always stays on the Android / iOS side and never leaves in the direction of Flutter or vice versa. That means, in order to create the payment method, you'll need to enter the complete card information to the CardField. The examples will help you determine that. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the example project it is not clear how the card details are passed into the createPaymentMethod function. I am attempting to migrate from the stripe_payment package that is now discontinued. In the old package it was clear and simple on how to attach credit card details to the call.
Can someone let me know how I do this with this plugin? It seems that it somehow attaches the details from the UI. I already have a UI created when integrating with the previous plugin and I'd rather not have to change it. Is there a way I can manually populate the card details that get sent off to create a payment method?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions