Open chilimsv opened 1 year ago
Hey @chilimsv any update on the above issue?
Hey @chilimsv any update on the above issue?
No luck. Decided to collect the bank details on our client side as a workaround
Hey, any update on this? collectBankAccount still doesn't work.
I've found 2 problems:
Flutter plugin send
'isPaymentIntent':isPaymentIntent
and ios side use wrong key
let isPaymentIntent = arguments["intentType"] as? Bool,
Flutter plugin send as params CollectBankAccountParams
parsed to json and both ios and android side try to extract this by paymentMethodData
which is not in that model.
What with this draft PR?
Describe the bug Calling collectBankAccount on both iOS and Android returns
PlatformException(Invalid Params, , , null)
To Reproduce Call this function
This is returned:
Expected behavior I expect a modal to show up to collect bank details after calling this method with required parameters
Package version: flutter_stripe: 9.5.0+1 Flutter version: stable, 3.13.0
Additional context Is this the wrong usage or a bug? Every parameter is filled