#PING

1 messages · Page 1 of 1 (latest)

long knotBOT
cursive nebula
#

You can access the last 4 digits of a card once used/saved

pulsar juniper
#

Card holder name ?

#

In check out links

#

Buy.stripe

cursive nebula
#

You're collecting payments via Payment Links?

pulsar juniper
#

Yes

long knotBOT
cursive nebula
#

If you require billing address collection, I think you should be able to find this on the payment method billing_details

pulsar juniper
#

And card holder name shown.

#

?*

cursive nebula
#

Yes, its there in my test and also in the customer_details on the Session object after payment is complete

pulsar juniper
#

Its just a link contains quantity and card details and card holder name and billing address

#

In stripe

ruby quartz
#

Can you elaborate? I don't understand what the most recent message means

pulsar juniper
#

I mean when i have payment link and user enter his card information and the data i want to process his order
Can i have access to card holder name and card number ?

ruby quartz
#

We already answered that. If you're a developer, you can make an API request to get the customer_details from the Checkout Session object generated by your Payment Link.

#

You can also look through your developer view of the Stripe Dashboard for the checkout.session.completed Event and find the object there, which should contain a Checkout Session object with customer_details