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
Copy file name to clipboardExpand all lines: doc/client.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The following parameters are configurable for the API Client:
5
5
6
6
| Parameter | Type | Description |
7
7
| --- | --- | --- |
8
-
|`square_version`|`string`| Square Connect API versions<br>*Default*: `'2023-01-19'`|
8
+
|`square_version`|`string`| Square Connect API versions<br>*Default*: `'2023-03-15'`|
9
9
|`custom_url`|`string`| Sets the base URL requests are made to. Defaults to `https://connect.squareup.com`<br>*Default*: `'https://connect.squareup.com'`|
10
10
|`environment`|`string`| The API environment. <br> **Default: `production`**|
11
11
|`http_client_instance`|`HttpClient`| The Http Client passed from the sdk user for making requests |
@@ -26,7 +26,7 @@ The API client can be initialized as follows:
Copy file name to clipboardExpand all lines: doc/models/bank-account-payment-details.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Additional details about BANK_ACCOUNT type payments.
13
13
| --- | --- | --- | --- |
14
14
|`bank_name`|`string`| Optional | The name of the bank associated with the bank account.<br>**Constraints**: *Maximum Length*: `100`|
15
15
|`transfer_type`|`string`| Optional | The type of the bank transfer. The type can be `ACH` or `UNKNOWN`.<br>**Constraints**: *Maximum Length*: `50`|
16
-
|`account_ownership_type`|`string`| Optional | The ownership type of the bank account performing the transfer.<br>The type can be `INDIVIDUAL`, `COMPANY`, or `UNKNOWN`.<br>**Constraints**: *Maximum Length*: `50`|
16
+
|`account_ownership_type`|`string`| Optional | The ownership type of the bank account performing the transfer.<br>The type can be `INDIVIDUAL`, `COMPANY`, or `ACCOUNT_TYPE_UNKNOWN`.<br>**Constraints**: *Maximum Length*: `50`|
17
17
|`fingerprint`|`string`| Optional | Uniquely identifies the bank account for this seller and can be used<br>to determine if payments are from the same bank account.<br>**Constraints**: *Maximum Length*: `255`|
18
18
|`country`|`string`| Optional | The two-letter ISO code representing the country the bank account is located in.<br>**Constraints**: *Minimum Length*: `2`, *Maximum Length*: `2`|
19
19
|`statement_description`|`string`| Optional | The statement description as sent to the bank.<br>**Constraints**: *Maximum Length*: `1000`|
0 commit comments