Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter totemicit

    (@totemicit)

    Hi and thanks for getting on top of this issue. Your update fixed the problem for me.

    I’ve checked the wp-config file and didn’t have the “display errors” option enabled there, so must have been something else causing it to be shown in this instance.

    Anyway, keep up the good work, cheers!

    Thanks for your reply @bfl.
    Actually after exchanging few more emails with Stripe support, I managed to get them to enable it properly. It just took exchanging emails with 4 different people there…
    So your plugin wasn’t at fault here at all. Just tested and it works beautifully ??
    Sorry for bothering you. Keep up the good work!

    Hi @bfl. I’m having trouble using MOTO SCA exemption setting with your plugin.

    I’ve been in touch with Stripe support and they claim they enabled manual payments. But whenever I’m trying to test it on the backend order page, using Stripe test card supporting 3D secure, I keep getting message saying:
    “The Mark Payments as MOTO setting is enabled, however your Stripe account does not have the MOTO feature enabled. You will need to contact Stripe to get this feature enabled for your account.”

    This is the API log (with sensitive data removed), hope it will help to find a solution:

    Request POST body
    {
      "amount": "2500",
      "currency": "GBP",
      "payment_method_data": {
        "type": "card",
        "card": {
          "token": [REMOVED]
        }
      },
      "confirm": "true",
      "capture_method": "automatic",
      "description": [REMOVED],
      "metadata": {
        "Order Number": "40163"
      },
      "payment_method_options": {
        "card": {
          "moto": "true"
        }
      }
    }
    Response body
    {
      "error": {
        "code": "parameter_unknown",
        "doc_url": "https://stripe.com/docs/error-codes/parameter-unknown",
        "message": "Received unknown parameter: payment_method_options[card][moto]",
        "param": "payment_method_options[card][moto]",
        "type": "invalid_request_error"
      }
    }
Viewing 3 replies - 1 through 3 (of 3 total)