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
Post a Comment