We've just installed 8.8 and changed to the Stripe module. We are getting the above error from stripe and the card isn't being processed. Can someone urgently help as our payment gateway is not operational.
Response body
{
"error": {
"message": "Sending credit card numbers directly to the Stripe API is generally unsafe. To continue processing use Stripe.js, the Stripe mobile bindings, or Stripe Elements. For more information, see https://dashboard.stripe.com/account/integration/settings. If you are qualified to handle card data directly, see https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis.",
"request_log_url": "https://dashboard.stripe.com/logs/req_xxxxx
"type": "invalid_request_error"
}
}