#PING
1 messages · Page 1 of 1 (latest)
You can access the last 4 digits of a card once used/saved
You're collecting payments via Payment Links?
Yes
If you require billing address collection, I think you should be able to find this on the payment method billing_details
Yes, its there in my test and also in the customer_details on the Session object after payment is complete
Its just a link contains quantity and card details and card holder name and billing address
In stripe
Can you elaborate? I don't understand what the most recent message means
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 ?
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