Skip to content
This repository was archived by the owner on Feb 7, 2018. It is now read-only.

stripe.com connector FAQ

Patrick Titzler edited this page Aug 31, 2015 · 2 revisions

Q: Trying to connect to stripe.com, error message "No application matches the supplied client identifier" is displayed in the browser window.

{
    "error": 
    {
        "message": "No application matches the supplied client identifier"
    }

}

A: Verify that the the consumer key you've entered is valid. To locate the key:

  • Login to the stripe.com dashboard.
  • Navigate the the platform settings page (Your account > Account settings > Connect > Platform Settings).
  • Select the client_id value that's appropriate for the environment you are trying to connect to.

Clone this wiki locally