#Rohit89
1 messages · Page 1 of 1 (latest)
Stripe::Subscription.retrieve({id: 'xxxx', expand: ['default_payment_method']})
I am fetching the subscription and card details...
It fetches last 4 digit, card type which is VISA.. is there way stripe returns card icon/image
do you mean the card brand image?
yes
no unfortunately that's not possible
you can create the assets on your website an map the brand to the icons in your assets
let me know if you need any more help