#Amer Bearat
1 messages · Page 1 of 1 (latest)
It's expected behavior that we do not return this level of data on the Payment Intent response. To get the last 4 digits of the card, you can retrieve the charge, https://stripe.com/docs/api/charges/retrieve and look at the payment_method_details > card > last4 and exp_year for instance.