#SentryP-card-name
1 messages · Page 1 of 1 (latest)
We have a card that was used on our site and we are trying to find the name that is on the card. Support is no help so I was wounding if we can look it up on the dev side
We had someone use a cc on our website but we dont capture the name on the card just the name for shipto and billto.
Is this a site that you coded the Stripe code for?
Do you have the ID of the Payment Intent or Payment Method for this payment?
pm_1K1CjjH4O18zns5Mo8WEVBEL
Thank you
Where do you pass the name that you collect to Stripe?
I am not immediately seeing it on any of the calls on the platform or connected account
We dont
Then unfortunately Stripe will not have the name info for you to pull from us.
It looks like you are attaching all of these payment methods to one temporary customer on your platform. If you want these name details on the Stripe side, the typical way to do it is by creating a Customer object for each Customer and setting the details there.