Stripe Integration Issue

Hi guys,

I’m trying to integrate Stripe payments in my website, i followed the below tutorial:
https://www.vorbly.com/Vorbly-Code/WIX-STRIPE-INTEGRATION—AUTHORIZE-PAYMENTS
I followed every step , everything works fine up to the point where I press the button “Pay Now” and the payment is declined. The following error comes up:

{
“error”: {
“code”: “parameter_unknown”,
“doc_url”: “Error codes | Stripe Documentation”,
“message”: “Received unknown parameters: name), number), cvc), exp_year), exp_month)”,
“param”: “card[name)]”,
“type”: “invalid_request_error”
}
}

For some reason it doesn’t recognize my fields, I suppose… Do anyone knows how to solve this issues? I look forward for your response, TIA

It seems that you have not encoded the card details properly.