Closed digitalgym closed 4 years ago
You can retrieve customer card details from subscription object itself. check below screenshot which shows the property which returns the last four digit of card.
You need to retrieve Subscription Using Get Method. and within response you should get values from card.last_four_digits
let me know if that doesn't work. You may send me the example code which you are trying.
I'm looking for a way to read a customer's current card details, to display the last 4 digits and card brand is this possible?