#diarra
1 messages · Page 1 of 1 (latest)
Uncomment: // billingDetails: BillingDetails(name: "always")
What do you mean? That indicates that you require the name to be collected, so the customer will have to fill out that field
hum if so if I uncomment // billingDetails: BillingDetails(name: "always"), there will be a visible field on my form to enter the customer's name
??
Is this your code?
yess
Or was this copy and pasted from somewhere?
Because requiring name to be passed requires that field to be filled
Wondering how you knew to write that if you don't understand what it does
That's fine if you did copy and paste 😄 just trying to understand what's happening here
in fact, it was one of your colleagues who suggested this part to me to get the name of the client, but I commented on it
okay I will test this, now the name I will be able to see this on my stripe dashboard
Yes
humm
I can't find a field in my form to write the name of the credit card holder
And in my dashboard , I don't see the name of the credit card holder
Well if you didn't collect the name then it won't be in the dashboard
I can look in a sec
That's why I asked you at the beginning if with this form I could have the name of the credit card holder
Oh
The param isn't called billingDetails
Check our docs: https://stripe.dev/stripe-react-native/api-reference/modules/PaymentSheet.html#SetupParams
Documentation for @stripe/stripe-react-native
It's billingDetailsCollectionConfiguration
Oh are you using flutter_stripe?
Checking the last thread with my colleague
We don't support that in here since it's a third party library
You'd need to reach out to the developers
yes I use flutter_stripe
Yeah that's a third party library