#anilkumar0289
1 messages · Page 1 of 1 (latest)
You shouldn't be using the API really
then how i generate payment method ?
You'd use the Payment Element or Checkout: https://stripe.com/docs/payments/save-and-reuse
Specific to Flutter, I think they support the Payment Sheet which is the iOS/Android UI
But that's a third-party SDK so I'm not sure
im not using the sdk
Well if you're building a Flutter app that is likely your best option as it integrates directly with our native mobile payment UIs for payment data collection
You can't just call the API with raw card data like you are
ok