#Priyanka
1 messages · Page 1 of 1 (latest)
In the email that we send to customer
I need some property from apple pay for last 4 digits
Where are you getting the Payment Method from?
PaymentMethod.card.last4 should contain the value you need. It will be available for wallets too: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-last4
SO even if customer chooses apple pay, PaymentMethod.card.last4 will contain real card's last 4 digits?
Yes
Thanks a lot. I am using this property only.
Happy to help!