asp.net - How to get all cards list for customer on stripe.net? -



asp.net - How to get all cards list for customer on stripe.net? -

offering select payment card (existing) added client himself. using stripe.net 1.1.17.0. since cannot upgrade version due client limitation. there way fetch card list provided client id ?

you can list of cards var cardservice = new stripecardservice(); ienumerable<stripecard> response = cardservice.list(*stripecustomerid*);

asp.net vb.net webforms

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -