• I am using stripe payment plugin but it defaults to using USD as the currency but I want to use GBP. I have changed it to GBP in settings but it doesn’t change it when I check out. Does anyone have any ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Can you share the shortcode you are currently using?

    Than you

    Thread Starter colingizzy12

    (@colingizzy12)

    No problem the short code is

    [accept_stripe_payment name=”Audition Payment Fee £40″ price=”40.00″ button_text=”Pay Now”]

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, in the shortcode you did not add a different currency as stated in the description page of this plugin. See the following.

    currency:
    (string) (optional) Currency of the price specified.
    Possible Values: ‘USD’, ‘GBP’, ‘CAD’ etc.
    Default: The one set up in Settings area.

    So if you add the currency string your shortcode should look like this.

    [accept_stripe_payment name=”Audition Payment Fee £40″ price=”40.00″ button_text=”Pay Now” currency=”GBP”]

    Let me know if the above helps you.

    Regards

    Thread Starter colingizzy12

    (@colingizzy12)

    No, I still get the pay in USD

    Maybe your Stripe account is not permitted to accept that currency. Please ask Stripe support team if your merchant account can accept payment in GBP currency.

    Thread Starter colingizzy12

    (@colingizzy12)

    Yes our Stripe account is set up to accept payment in GBP

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Stripe payment plugin’ is closed to new replies.