#pika-paymentsheet-ideal
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- surprisedpika9217, 2 days ago, 46 messages
Currently able to open Ideal payment, but would like to have the full name part removed
I don't think there's any way around this - it's a hard requirement we have on our end to collect it
I found this video though
And here its not required
so I wonder how to do that
added timestamp
sorry doesnt work, but its at 02:03
We collet it earlier - under the "shipping address" section. You can see we still collect the full name there
Where are you trying to prefill it? In a mobile integration? Or with Checkout?
its in mobile
We create a payment intent on our server based on the info (payment method, price), then in the app we initialize the payment method
finally, we display the payment sheet
Is it possible to prefill the full name of the user?
I'm checking - give me a minute
I think you can try setting default billing details here (https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#default-billing-details)
I haven't tried this myself though, so I'm not 100% sure if it'll work as expected
gotcha, will take a look at it
pika-paymentsheet-ideal
Hi there
So what you sent me, is this at the initialization part?
It's something you'd set when in your PaymentSheet Configuration. Also, sorry I realize linked you to our ios docs, but based on the screenshot that looks like Android?
Ah, are you using the flutter_stripe library?
yes I am
Let me see if I can find the flutter docs on how to set this as well
thanks
@real marsh I think you want to set https://github.com/flutter-stripe/flutter_stripe/blob/129669ba3e082c548bc8fe59ca536d3f0f38aed0/packages/stripe_platform_interface/lib/src/models/payment_sheet.dart#L76-L83 when you initialize PaymentSheet