• Resolved diphone2020

    (@diphone2020)


    Hi,
    I activated the plugin and configured everything.
    Also I activated my account on stripe and set everything up.

    When I pay from de woocommercerce shop on test mode everything is all right but when I try to pay in live mode I always receive the generic_decline message.

    I paste you and example at the end.

    I tried different cards from different banks, also visa and mastercard, different devices and different internet connections but It’s really frustarating, I always get the same message. I don’t know what to do. 🙁

    Any suggestions?

    Example:

    {
    “currency”: “eur”,
    “amount”: “50”,
    “description”: “Meraki by Nuna – Pedido 834”,
    “statement_descriptor”: “Compra en merakibynuna”,
    “capture”: “true”,
    “expand”: [
    “balance_transaction”
    ],
    “metadata”: {
    “customer_name”: “Albert xxx”,
    “customer_email”: “[email protected]”,
    “order_id”: “834”
    },
    “customer”: “cus_E4QAJfMQ3RhAsV”,
    “source”: “src_1DcHKAGWBSpYAAINu6wfthPA”
    }

    Response body

    {
    “error”: {
    “charge”: “ch_1DcHKIGWBSpYAAIN9FPCvnSy”,
    “code”: “card_declined”,
    “decline_code”: “generic_decline”,
    “doc_url”: “https://stripe.com/docs/error-codes/card-declined”,
    “message”: “Your card was declined.”,
    “type”: “card_error”
    }
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Howdy 🙂

    That’s not a generic message, but very specific. The card has been declined. You would need to contact the card issuer for an explanation for why the card is declined. The Stripe payment gateway is doing everything it is supposed to do in this case.

    Kind regards,

Viewing 1 replies (of 1 total)

The topic ‘all declined’ is closed to new replies.