Closed mdeket closed 3 years ago
Any follow up on this?
@tendolukwago not yet
I've the same issue.
"dependencies": {
"react": "16.6.1",
"react-native": "0.57.5",
"tipsi-stripe": "^6.1.2"
}
Error: Failed params type: Invalid params 'type' of value 'card' supplied to 'Stripe.createSourceWithParams', expected one of ["bancontact","giropay","ideal","sepaDebit","sofort","threeDSecure","alipay"].
Is there any available solution?
This issue is related https://github.com/tipsi/tipsi-stripe/issues/232
I keep getting Promise rejection when set type to be 'card'. Your documentation says that you support 'card' as type when creating a Source, however then I started looking into your source code and found out that actually 'card' is not supported. I attached screenshots to see what I mean.
Environment
tipsi-stripe
version: ^6.1.2Screenshots
Found in utils/types.js: However documentation says this: