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
* chore: [AI-453] - changed version of 7.0.2 to 7.0.5
* feat: [AI-453] - regenerated the SDK to version 7.0.5
* Build
---------
Co-authored-by: Nicolás Cedrón <josenicolascedron@gmail.com>
[*ChargesApi*](doc/ChargesApi.md) | [**updateCharge**](doc/ChargesApi.md#updatecharge) | **PUT** /charges/{id} | Update a charge
87
+
[*CompaniesApi*](doc/CompaniesApi.md) | [**createCompany**](doc/CompaniesApi.md#createcompany) | **POST** /companies | Create Company
87
88
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCompanies**](doc/CompaniesApi.md#getcompanies) | **GET** /companies | Get List of Companies
88
89
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCompany**](doc/CompaniesApi.md#getcompany) | **GET** /companies/{id} | Get Company
90
+
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCompanyDocuments**](doc/CompaniesApi.md#getcompanydocuments) | **GET** /companies/{company_id}/documents | Get Company Documents
91
+
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCurrentCompany**](doc/CompaniesApi.md#getcurrentcompany) | **GET** /companies/current | Get Current Company
92
+
[*CompaniesApi*](doc/CompaniesApi.md) | [**updateCompanyDocument**](doc/CompaniesApi.md#updatecompanydocument) | **PATCH** /companies/{company_id}/document | Update Company Document
93
+
[*CompaniesApi*](doc/CompaniesApi.md) | [**uploadCompanyDocument**](doc/CompaniesApi.md#uploadcompanydocument) | **POST** /companies/{company_id}/document | Upload Company Document
Copy file name to clipboardExpand all lines: doc/ChargeOrderResponsePaymentMethod.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
**agreement** | **String** | Agreement ID | [optional]
14
14
**authCode** | **String** | | [optional]
15
15
**cashierId** | **String** | | [optional]
16
-
**reference** | **String** | | [optional]
16
+
**reference** | **String** | Reference for the payment |
17
17
**barcodeUrl** | **String** | | [optional]
18
18
**expiresAt** | **int** | Expiration date of the charge |
19
19
**productType** | **String** | Product type of the charge |
@@ -48,8 +48,9 @@ Name | Type | Description | Notes
48
48
**trackingCode** | **String** | | [optional]
49
49
**cancelUrl** | **String** | URL to redirect the customer after a canceled payment | [optional]
50
50
**failureUrl** | **String** | URL to redirect the customer after a failed payment | [optional]
51
-
**redirectUrl** | **String** | URL to redirect the customer to complete the payment | [optional]
51
+
**redirectUrl** | **String** | URL to redirect the customer to complete the payment |
52
52
**successUrl** | **String** | URL to redirect the customer after a successful payment | [optional]
53
+
**deepLink** | **String** | Deep link for the payment, use for mobile apps/flows |
53
54
54
55
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**customerIpAddress** | **String** | Optional field used to capture the customer's IP address for fraud prevention and security monitoring purposes | [optional]
23
-
**expiresAt** | **int** | Method expiration date as unix timestamp | [optional]
24
24
**monthlyInstallments** | **int** | How many months without interest to apply, it can be 3, 6, 9, 12 or 18 | [optional]
Copy file name to clipboardExpand all lines: doc/ChargeResponsePaymentMethod.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
**agreement** | **String** | Agreement ID | [optional]
14
14
**authCode** | **String** | | [optional]
15
15
**cashierId** | **String** | | [optional]
16
-
**reference** | **String** | | [optional]
16
+
**reference** | **String** | Reference for the payment |
17
17
**barcodeUrl** | **String** | | [optional]
18
18
**expiresAt** | **int** | Expiration date of the charge |
19
19
**productType** | **String** | Product type of the charge |
@@ -48,8 +48,9 @@ Name | Type | Description | Notes
48
48
**trackingCode** | **String** | | [optional]
49
49
**cancelUrl** | **String** | URL to redirect the customer after a canceled payment | [optional]
50
50
**failureUrl** | **String** | URL to redirect the customer after a failed payment | [optional]
51
-
**redirectUrl** | **String** | URL to redirect the customer to complete the payment | [optional]
51
+
**redirectUrl** | **String** | URL to redirect the customer to complete the payment |
52
52
**successUrl** | **String** | URL to redirect the customer after a successful payment | [optional]
53
+
**deepLink** | **String** | Deep link for the payment, use for mobile apps/flows |
53
54
54
55
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: doc/Checkout.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
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
**expiresAt** | **int** | It is the time when the link will expire. It is expressed in seconds since the Unix epoch. The valid range is from 2 to 365 days (the valid range will be taken from the next day of the creation date at 00:01 hrs) |
13
13
**monthlyInstallmentsEnabled** | **bool** | This flag allows you to specify if months without interest will be active. | [optional]
14
14
**monthlyInstallmentsOptions** | **BuiltList<int>** | This field allows you to specify the number of months without interest. | [optional]
15
-
**threeDsMode** | **String** | Indicates the 3DS2 mode for the order, either smart or strict. | [optional]
15
+
**threeDsMode** | **String** | Indicates the 3DS2 mode for the order, either smart or strict. This property is only applicable when 3DS is enabled. When 3DS is disabled, this field should be null. | [optional]
16
16
**name** | **String** | Reason for charge |
17
17
**needsShippingContact** | **bool** | This flag allows you to fill in the shipping information at checkout. | [optional]
18
18
**onDemandEnabled** | **bool** | This flag allows you to specify if the link will be on demand. | [optional]
0 commit comments