You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our current integration when we use the Pay flutter-plugin, we are receiving back on object from the Stripe Tokens API. Does this plugin support using the Stripe PaymentMethods API to get a PaymentMethod object?
The text was updated successfully, but these errors were encountered:
Hello @calebhubbs, the pay plugin is agnostic from the payment processor, or in other words, once the token is received you can use it with either API. If you have a deeper integration with Stripe, take a look at their Flutter plugin, which integrates seamlessly with this plugin. Otherwise, the pay plugin lets you propose a common implementation for multiple types of integration.
In our current integration when we use the Pay flutter-plugin, we are receiving back on object from the Stripe Tokens API. Does this plugin support using the Stripe PaymentMethods API to get a PaymentMethod object?
The text was updated successfully, but these errors were encountered: