Home Forums Stripe Commissions & Gateway Support Vendors getting weird page when connecting to Stripe

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #63547
    Glenn Carlson
    Participant

    My vendors are reporting getting this message (copied below) when trying to connect to Stripe instead of their usual page (attached). This is more of an admin page for when I first set it up. Any idea why this would be happening?

    Congrats, you’re almost done setting up your application!
    After connecting with Stripe, your users will be redirected to a page of your choosing (this is just the default). Make sure to change the live redirect URI under your application settings to something that makes sense on your own server.
    To finish the process of getting an access_token for your user’s account, you’ll need to make one extra API request with the authorization code we passed back. In this case, the code is ac_AXfeG7FSpQsaYxNIw1nCdQEjhp6qkT0P, taken directly from the GET parameters on the redirect.
    For example, try this curl request (note that you’ll need to replace YOUR_SECRET_KEY with the application owner’s live secret key)

    curl -X POST https://connect.stripe.com/oauth/token \
    -d client_secret=YOUR_SECRET_KEY \
    -d code=ac_AXfeG7FSpQsaYxNIw1nCdQEjhp6qkT0P \
    -d grant_type=authorization_code

    You’ll need to do this programmatically (we recommend some kind of third-party OAuth 2.0 library)—check out our OAuth tutorial for a more in-depth explanation! Or, head back to our getting started guide to get a sense of what what you’ll be able to do after your users connect with Stripe.

    #63709
    Anna
    Member

    WC Vendors – Stripe Commissions & Gateway: by WC Vendors – 1.0.0

    Please update to the latest version (1.0.5)

    I do not know why they would be seeing that page.
    Are they going directly from the pro dashboard > settings > payments to connect with Stripe and receiving this message?
    When did this start?

    #63898
    Glenn Carlson
    Participant

    I hadn’t realized my Stripe Commissions had expired. At any rate, I bought the new one. Do I delete my old one and upload the new version of the plugin? Will it affect any of my settings or data?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Stripe Commissions & Gateway Support’ is closed to new topics and replies.