Square integration (Finance, Productivity). Imported from open-connector.
https://connect.squareup.com/v2/locations
/v2/customers
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Cursor token returned by a previous Square page. |
| limit | integer | optional | Maximum number of records to return. Square allows 1 to 100. |
| sort_field | string | optional | The Square customer list sort field. |
/v2/customers/{customer_id}
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | string | required | The Square customer ID. |
/v2/customers
| Param | Type | Required | Description |
|---|---|---|---|
| customer | object | required | Square customer fields to send in the request body. |
| idempotency_key | string | optional | A unique key that makes the Square write request idempotent. |
/v2/customers/{customer_id}
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | string | required | The Square customer ID. |
| customer | object | optional | Square customer fields to send in the request body. |
/v2/customers/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | object | optional | Square customer search query. |
| limit | integer | optional | Maximum number of records to return. Square allows 1 to 100. |
| cursor | string | optional | Cursor token returned by a previous Square page. |