• dallascrilley

    (@dallascrilley)


    Hello! I am trying to modify the description sent to stripe during a donation.

    I can modify the metadata sent just fine with a give_stripe_prepare_metadata filter, but nothing I try to modify the description field seems to work:

    {
    “amount”: “100”,
    “automatic_payment_methods”: {
    “enabled”: “true”
    },
    “currency”: “USD”,
    “customer”: “****”,
    “description”: “this is autogenerated and what I am trying to overwrite dynamically (or even statically)”,

    “metadata”: {
    “Donation Post ID”: “1884”,
    “Email”: “***”,
    “Phone”: “***”,
    “Sequential ID”: “279”,
    “Who Are You Donating On Behalf Of”: “***”
    },
    “statement_descriptor”: “***”
    }

    Any insights?

  • You must be logged in to reply to this topic.