#JackS
1 messages · Page 1 of 1 (latest)
Sure, yep. That data is store on the associated Payment Method object: 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.
How you get that would depend on which API objects you're working with? Do you have a pi_xxx? ch_xxx?
Do I need to make a seperate call from the customer call or can I expand it from the customer object?