Charging existing card and customer with security code on stripe
问题 We are using Stripe to process payments on a website we are working on Whenever a customer signs up we create a customer on Stripe and save the customer_Id in the DB against against the customer. Also when a customer places an order on the website we give the option to save the card for future uses. So we save the card against the customer as a payment source on stripe. This is the code we use to create the payment source: public void CreatePaymentSource(int customerId, string paymentToken) {