Skip to Content

Square

  • Import/clone Square_HTTP source from the Connectors library application.

    • To use the Square API, you need to create an application (or use an existing one) in the Developer Dashboard and an access token for that application. Go to https://developer.squareup.com/apps  -> Create app -> Enter an app name -> Click on the created app to open it -> Click on “Production” tab -> Get “Access Token”. Copy the access token into the Square_HTTP source (it will pass your access token with every request as a bearer token in the header: Authorization: Bearer SQ_PRODUCTION_ACCESS_TOKEN).

    • The Connectors library application contains examples on how to list all customers in the Square scenario. You can modify the example to call any API call supported by Square API .

Last updated on