javascriptc#stripe-paymentsstripes

Stripe V3 Cardholder name on source card


I have MVC project and facing one issue with stripe flow. any help would be really appreciated.

Below is my flow.


Solution

  • If you're building a net new project you should really look at using the newer Payment Methods / Payment Intents APIs instead of what you're doing here.

    That said, you don't seem to be attaching the Token to the Customer, rather you seem to be creating a Source - which is different. If you do want to create the Source with a name, you'd want to provide that.