#Hamze-last4
1 messages · Page 1 of 1 (latest)
For PaymentMethods it's in https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-last4
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
For a given Invoice you look at the invoice's payment_method for the id you need
thanks so much
If you're still using Cards (card_***) it's in https://stripe.com/docs/api/cards/object#card_object-last4
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.