• i have set-up stripe connect with standard OAuth but the link on the stripe connect buttong in WCFM takes the user to the Stripe Express connect account. i have spoke with stripe and thei’re suggestion is to manually amend the url for the button…. but how!? does anyone have any clue with this, i am a non coder using only plugins so very simplistic explanations if anyone has any help to give.

    thank-you!

    • This topic was modified 1 year, 11 months ago by fghall.
Viewing 3 replies - 1 through 3 (of 3 total)
  • WCFM has hard coded it to default to express oauth and you do have to manually change the coding yourself. This has been going on for about 2 years now and WCFM refuses to fix it…

    Thread Starter fghall

    (@fghall)

    Well that annoying. I have no clue how I would go about this, do you have any tips on where to start?

    Thread Starter fghall

    (@fghall)

    so i found some wonderful post from a few years back hidden and buried. in it they said to add this php snippet to your site.

    i did this by adding the code snippets plugin and it was really simple from there and now it works!! YAY

    add_filter( ‘wcfm_is_allow_stripe_express_api’, ‘__return_false’ );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stripe Connect Button sending me to wrong URL,’ is closed to new replies.