# Frequently Asked Questions

## Can I use MESA's Square integration to add Square as a payment processor for my Shopify store?

No, MESA helps automate your store, but it won't be able to add Square as a payment processor. MESA's integration can be used to send data like orders, products and inventory levels between your Square store and Shopify store.

## **What triggers and actions from Square can I use?**

Below is a current list of a few Square triggers you can use in your workflow. For the full list of triggers available for Square, [check here](https://www.getmesa.com/apps/shopify/integrate/square).

* **Booking Created**
  * Starts when a booking is created.
* **Card Created**
  * Starts when a card is created.
* **Customer Created**
  * Starts when a customer is created.
* **Dispute Created**
  * Starts when a dispute is created.
* **Gift Card Created**
  * Starts when a gift card is created.
* **Order Created**
  * Starts when an order is created.
* **Invoice Created**
  * Starts when an invoice is created.

Below is a current list of Square actions you can use in your workflow. For the full list of actions available for Square, [check here](https://www.getmesa.com/apps/shopify/integrate/square).

* **Get List of Locations**
  * Obtain a list of locations.
* **Create Location**
  * Create a location.
* **Get List of Customers**
  * Obtain a list of customers.
* **Create Customer**
  * Create a customer.
* **Create Payment**
  * Create a payment.

## **What is a Square connection and how do I set it up?**

Connections provide secure access to the integrated app that you use in a MESA workflow. Your Square connection securely links your workflows with your Square account.

When you're setting up your first workflow with Square, you'll need to create a connection. Click on the **Connect with Square** button to finish the process.

<figure><img src="/files/HkMstccWhJMckNJN1WpM" alt="" width="454"><figcaption></figcaption></figure>

Afterward, you can re-use the newly created connection and select it for your future workflows!

## **What workflow templates use Square?**

MESA currently provides two ready-to-use workflow templates that integrate with Square. If these templates don't perfectly match the automation you need, our team is here to help! Contact us at <contact@theshoppad.com> or chat with us from 9am-5pm PST, Monday to Friday. 😎

* [Update inventory in Shopify when a Square order is created](https://www.getmesa.com/apps/square/integrate/shopify/update-inventory-in-shopify-when-a-square-order-is-created)
* [Update inventory in Square when a Shopify order is created](https://www.getmesa.com/apps/shopify/integrate/square/update-inventory-in-square-when-a-shopify-order-is-created)

\\


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getmesa.com/connect/square/frequently-asked-questions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
