When using the Stripe API for list all cards I'm not receiving all cards.
It is displaying only the cards which Id starting with card_xx.Some cards are starting with pm_xx as card id which is added using a mobile app.
I need to display both kind of cards.
Thanks @ceejayoz
Its done by https://stripe.com/docs/api/payment_methods/list?lang=node to receive all payment methods.