I am trying to store a card holder name when purchasing a product, it does work however it shows model User name not the actual card holder name that we type in the form, any help please?
name: cardHolderName.value -> shows user model name
@waleedviews Well why are you trying to access it in the first place? It’s the name on the card. It’s payment data. It shouldn’t be touching your server, otherwise you then become liable for PCI compliance, which defeats the point of using a payment processor like Stripe. They assume the PCI compliance burden on your behalf.