#SentryP-card-name

1 messages · Page 1 of 1 (latest)

fast galleon
#

Hi 👋 could you elaborate a bit?

cunning maple
#

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.

dry raft
#

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?

cunning maple
#

pm_1K1CjjH4O18zns5Mo8WEVBEL

dry raft
#

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

cunning maple
#

We dont

dry raft
#

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.