#Syafiq-flutter
1 messages · Page 1 of 1 (latest)
Hi! Unfortunately I don't know much about Flutter, and like you said it's not an official package. So I would recommend to ask your question directly on the Github repository https://github.com/flutter-stripe/flutter_stripe
from my understanding, it was built upon the react js version of the sdk so most of the functions are the same.
stripe
.confirmCardSetup('{SETUP_INTENT_CLIENT_SECRET}', {
payment_method: '{PAYMENT_METHOD_ID}',
})
this is from the stripe js docs
this method is returning "Card details not complete"
Like I said earlier, it's better to ask that question directly on github.
Do you have a request ID to share (req_xxx)?