You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**MERCHANT_PROFILE_READ**: GET endpoints related to a merchant's business and location entities. Almost all Connect API applications need this permission in order to obtain a merchant's location IDs
648
-
-**PAYMENTS_READ**: GET endpoints related to transactions and refunds
649
-
-**PAYMENTS_WRITE**: POST, PUT, and DELETE endpoints related to transactions and refunds. E-commerce applications must request this permission
650
-
-**CUSTOMERS_READ**: GET endpoints related to customer management
651
-
-**CUSTOMERS_WRITE**: POST, PUT, and DELETE endpoints related to customer management
652
-
-**SETTLEMENTS_READ**: GET endpoints related to settlements (deposits)
653
-
-**BANK_ACCOUNTS_READ**: GET endpoints related to a merchant's bank accounts
654
-
-**ITEMS_READ**: GET endpoints related to a merchant's item library
655
-
-**ITEMS_WRITE**: POST, PUT, and DELETE endpoints related to a merchant's item library
656
-
-**ORDERS_READ**: GET endpoints related to a merchant's orders
657
-
-**ORDERS_WRITE**: POST, PUT, and DELETE endpoints related to a merchant's orders
658
-
-**EMPLOYEES_READ**: GET endpoints related to employee management
659
-
-**EMPLOYEES_WRITE**: POST, PUT, and DELETE endpoints related to employee management
660
-
-**TIMECARDS_READ**: GET endpoints related to employee timecards
661
-
-**TIMECARDS_WRITE**: POST, PUT, and DELETE endpoints related to employee timecards
662
-
-**PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS**: Allow third party applications to deduct a portion of each transaction amount.
663
-
-**PAYMENTS_WRITE_IN_PERSON**: POST, PUT, and DELETE endpoints. Grants write access to transaction and refunds information.
664
-
-**INVENTORY_READ**: GET endpoints related to a merchant's inventory
665
-
-**INVENTORY_WRITE**: POST, PUT, and DELETE endpoints related to a merchant's inventory
648
+
-**BANK_ACCOUNTS_READ**: __HTTP Method__: `GET` Grants read access to bank account information associated with the targeted Square account. For example, to call the Connect v1 ListBankAccounts endpoint.
649
+
-**CUSTOMERS_READ**: __HTTP Method__: `GET` Grants read access to customer information. For example, to call the ListCustomers endpoint.
650
+
-**CUSTOMERS_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to customer information. For example, to create and update customer profiles.
651
+
-**EMPLOYEES_READ**: __HTTP Method__: `GET` Grants read access to employee profile information. For example, to call the Connect v1 Employees API.
652
+
-**EMPLOYEES_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to employee profile information. For example, to create and modify employee profiles.
653
+
-**INVENTORY_READ**: __HTTP Method__: `GET` Grants read access to inventory information. For example, to call the RetrieveInventoryCount endpoint.
654
+
-**INVENTORY_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to inventory information. For example, to call the BatchChangeInventory endpoint.
655
+
-**ITEMS_READ**: __HTTP Method__: `GET` Grants read access to business and location information. For example, to obtain a location ID for subsequent activity.
656
+
-**ITEMS_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to product catalog information. For example, to modify or add to a product catalog.
657
+
-**MERCHANT_PROFILE_READ**: __HTTP Method__: `GET` Grants read access to business and location information. For example, to obtain a location ID for subsequent activity.
658
+
-**ORDERS_READ**: __HTTP Method__: `GET` Grants read access to order information. For example, to call the BatchRetrieveOrders endpoint.
659
+
-**ORDERS_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to order information. For example, to call the CreateCheckout endpoint.
660
+
-**PAYMENTS_READ**: __HTTP Method__: `GET` Grants read access to transaction and refund information. For example, to call the RetrieveTransaction endpoint.
661
+
-**PAYMENTS_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to transaction and refunds information. For example, to process payments with the Transactions or Checkout API.
662
+
-**PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS**: __HTTP Method__: `POST`, `PUT`, `DELETE` Allow third party applications to deduct a portion of each transaction amount. __Required__ to use multiparty transaction functionality with the Transactions API.
663
+
-**PAYMENTS_WRITE_IN_PERSON**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to transaction and refunds information. For example, to process in-person payments.
664
+
-**SETTLEMENTS_READ**: __HTTP Method__: `GET` Grants read access to settlement (deposit) information. For example, to call the Connect v1 ListSettlements endpoint.
665
+
-**TIMECARDS_READ**: __HTTP Method__: `GET` Grants read access to employee timecard information. For example, to call the Connect v1 ListTimecards endpoint.
666
+
-**TIMECARDS_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to employee timecard information. For example, to create and modify timecards.
667
+
-**TIMECARDS_SETTINGS_READ**: __HTTP Method__: `GET` Grants read access to employee timecard settings information. For example, to call the GetBreakType endpoint.
668
+
-**TIMECARDS_SETTINGS_WRITE**: __HTTP Method__: `POST`, `PUT`, `DELETE` Grants write access to employee timecard settings information. For example, to call the UpdateBreakType endpoint.
Copy file name to clipboardexpand all lines: docs/ChargeResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [Charge](#endpoint-charge) endpoint. One of `errors` or `transaction` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the Charge endpoint. One of `errors` or `transaction` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/CreateCustomerCardResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [CreateCustomerCard](#endpoint-createcustomercard) endpoint. One of `errors` or `card` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the CreateCustomerCard endpoint. One of `errors` or `card` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/CreateCustomerResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [CreateCustomer](#endpoint-createcustomer) endpoint. One of `errors` or `customer` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the CreateCustomer endpoint. One of `errors` or `customer` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/CreateMobileAuthorizationCodeRequest.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the body parameters that can be provided in a request to the [CreateMobileAuthorizationCode](#endpoint-createmobileauthorizationcode) endpoint.
6
+
Defines the body parameters that can be provided in a request to the CreateMobileAuthorizationCode endpoint.
Copy file name to clipboardexpand all lines: docs/CreateMobileAuthorizationCodeResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [CreateMobileAuthorizationCode](#endpoint-createmobileauthorizationcode) endpoint.
6
+
Defines the fields that are included in the response body of a request to the CreateMobileAuthorizationCode endpoint.
Copy file name to clipboardexpand all lines: docs/CreateOrderResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [CreateOrder](#endpoint-createorder) endpoint. One of `errors` or `order` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the CreateOrder endpoint. One of `errors` or `order` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/CreateRefundResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [CreateRefund](#endpoint-createrefund) endpoint. One of `errors` or `refund` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the CreateRefund endpoint. One of `errors` or `refund` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/CustomerFilter.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Represents a set of [`CustomerQuery`](#type-customerquery) filters used to limit the set of Customers returned by [`SearchCustomers`](#endpoint-seachcustomers).
6
+
Represents a set of [`CustomerQuery`](#type-customerquery) filters used to limit the set of Customers returned by [`SearchCustomers`](#endpoint-customers-seachcustomers).
Copy file name to clipboardexpand all lines: docs/CustomersApi.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Assign your **Access Token** from developer portal to the authorization paramete
186
186
187
187
### Description
188
188
189
-
Updates the details of an existing customer. When two profiles are merged into a single profile, that profile is assigned a new `customer_id`. You must use the new `customer_id` to update merged profiles. You cannot edit a customer's cards on file with this endpoint. To make changes to a card on file, you must delete the existing card on file with the [DeleteCustomerCard](#endpoint-deletecustomercard) endpoint, then create a new one with the [CreateCustomerCard](#endpoint-createcustomercard) endpoint.
189
+
Updates the details of an existing customer. When two profiles are merged into a single profile, that profile is assigned a new `customer_id`. You must use the new `customer_id` to update merged profiles. You cannot edit a customer's cards on file with this endpoint. To make changes to a card on file, you must delete the existing card on file with the [DeleteCustomerCard](#endpoint-customers-deletecustomercard) endpoint, then create a new one with the [CreateCustomerCard](#endpoint-customers-createcustomercard) endpoint.
Copy file name to clipboardexpand all lines: docs/ListAdditionalRecipientReceivableRefundsRequest.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the query parameters that can be included in a request to the [ListAdditionalRecipientReceivableRefunds](#endpoint-listadditionalrecipientreceivablerefunds) endpoint.
6
+
Defines the query parameters that can be included in a request to the ListAdditionalRecipientReceivableRefunds endpoint.
Copy file name to clipboardexpand all lines: docs/ListAdditionalRecipientReceivableRefundsResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [ListAdditionalRecipientReceivableRefunds](#endpoint-listadditionalrecipientreceivablerefunds) endpoint. One of `errors` or `additional_recipient_receivable_refunds` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the ListAdditionalRecipientReceivableRefunds endpoint. One of `errors` or `additional_recipient_receivable_refunds` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/ListAdditionalRecipientReceivablesRequest.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the query parameters that can be included in a request to the [ListAdditionalRecipientReceivables](#endpoint-listadditionalrecipientreceivables) endpoint.
6
+
Defines the query parameters that can be included in a request to the ListAdditionalRecipientReceivables endpoint.
Copy file name to clipboardexpand all lines: docs/ListAdditionalRecipientReceivablesResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [ListAdditionalRecipientReceivables](#endpoint-listadditionalrecipientreceivables) endpoint. One of `errors` or `additional_recipient_receivables` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the ListAdditionalRecipientReceivables endpoint. One of `errors` or `additional_recipient_receivables` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/ListCustomersResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [ListCustomers](#endpoint-listcustomers) endpoint. One of `errors` or `customers` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the ListCustomers endpoint. One of `errors` or `customers` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/ListEmployeesResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [ListEmployees](#endpoint-listemployees) endpoint. One of `errors` or `employees` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the ListEmployees endpoint. One of `errors` or `employees` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/ListLocationsResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [ListLocations](#endpoint-listlocations) endpoint. One of `errors` or `locations` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the ListLocations endpoint. One of `errors` or `locations` is present in a given response (never both).
Copy file name to clipboardexpand all lines: docs/ListRefundsResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
### Description
5
5
6
-
Defines the fields that are included in the response body of a request to the [ListRefunds](#endpoint-listrefunds) endpoint. One of `errors` or `refunds` is present in a given response (never both).
6
+
Defines the fields that are included in the response body of a request to the ListRefunds endpoint. One of `errors` or `refunds` is present in a given response (never both).
0 commit comments