• how can i fix this?

    {
    “amount”: “10”,
    “currency”: “JPY”,
    “payment_method_types”: {
    “0”: “card”
    },
    “statement_descriptor”: “my website title”,
    “description”: “please enter fee”,
    “metadata”: {
    “Email”: “email adress”,
    “Donation Post ID”: “455”,
    “Sequential ID”: “4”
    },
    “customer”: “cus_aaaaaaaaaaaaa”,
    “payment_method”: “pm_aaaaaaaaaaaaaaaaaa”,
    “confirm”: “true”,
    “return_url”: “https://myswebite.net/donation-confirmation/”,
    “application_fee_amount”: “0”
    }
    Response
    {
    “error”: {
    “code”: “parameter_invalid_integer”,
    “doc_url”: “https://stripe.com/docs/error-codes/parameter-invalid-integer”,
    “message”: “This value must be greater than or equal to 1.”,
    “param”: “application_fee_amount”,
    “type”: “invalid_request_error”
    }
    }

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ben Meredith

    (@benmeredithgmailcom)

    Hi there,

    Can you give me a bit more context as to how you are getting that error?

    Is this on an attempted donation? Is it happening on every donation, or just sporadically? Are you able to replicate a problem with a different attempted donation?

    What’s an address where I can see the problem live (if possible, using GiveWP Test Mode to be able to submit a test donation without spending real money)?

    Generally speaking, it looks like an error from Stripe regarding the application fee that is added to donations using the Free Stripe integration. I’ll need steps to reproduce it, in order to fix it!

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘“This value must be greater than or equal to 1 “’ is closed to new replies.