#Parvesh A. Deosarran
1 messages · Page 1 of 1 (latest)
Depends, can you share an example pi_xxx?
FWIW, you didn't pass the cardholder name when you confirmed that payment: https://dashboard.stripe.com/logs/req_8zgMFyJPferVRX
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The cardholders name in my stripe dashboard
How should we do that?
Pass the cardholder’s name
Use this param with confirmPayment: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
The Payment Element will only show the name field for certain PMs I think, so you may need to capture that separately
So if we capture it, it will show in our Stripe Dashboard?
Yep should do
Thanks