Finding Your Square Application Information

The application dashboard in Square contains all the application information that the connector requires for connecting to Square.

To retrieve an access token through an OAuth 2.0 authentication flow, you must provide the application ID and secret associated with your Square app. If you are connecting to a sandbox endpoint, then you must provide the sandbox access token instead.

To find your Square application information:

  1. In a browser, navigate to https://connect.squareup.com/apps and then log in to your Square account.
  2. On the application dashboard, click the application that you want information for.
  3. Find the necessary information for your connection:
    • If you are retrieving an access token through an OAuth 2.0 authentication flow, then do the following:
      1. On the Credentials tab, copy the value in the Application ID field. Configure the connector to use this value as the client ID.
      2. On the OAuth tab, click Show Secret and then copy the value in the Application Secret field. Configure the connector to use this value as the client secret.
    • Or, if you are connecting to a sandbox endpoint, on the Credentials tab, copy the value in the Sandbox Access Token field. Configure the connector to use this value as the access token.