Skip to content

Commit 4fa9437

Browse files
authored
Merge pull request #123 from CyberSource/master
Refreshing branch with release candidate (Nov 2023)
2 parents 55a4ca5 + 1189dfa commit 4fa9437

File tree

709 files changed

+65479
-1103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

709 files changed

+65479
-1103
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ More information about this new logging framework can be found in this file : [L
6767
## License
6868

6969
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.
70+
71+
## Disclaimer
72+
73+
Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested (“Beta Product”) solely for the purpose of evaluating the functionality or marketability of the Beta Product (a “Beta Evaluation”). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer’s participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period (“Beta Product Form”). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer’s use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided “AS IS” and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.

docs/BatchesApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212

1313
<a name="getBatchReport"></a>
1414
# **getBatchReport**
15-
> InlineResponse2004 getBatchReport(batchId)
15+
> InlineResponse2007 getBatchReport(batchId)
1616
1717
Retrieve a Batch Report
1818

@@ -45,7 +45,7 @@ Name | Type | Description | Notes
4545

4646
### Return type
4747

48-
[**InlineResponse2004**](InlineResponse2004.md)
48+
[**InlineResponse2007**](InlineResponse2007.md)
4949

5050
### Authorization
5151

@@ -58,7 +58,7 @@ No authorization required
5858

5959
<a name="getBatchStatus"></a>
6060
# **getBatchStatus**
61-
> InlineResponse2003 getBatchStatus(batchId)
61+
> InlineResponse2006 getBatchStatus(batchId)
6262
6363
Retrieve a Batch Status
6464

@@ -91,7 +91,7 @@ Name | Type | Description | Notes
9191

9292
### Return type
9393

94-
[**InlineResponse2003**](InlineResponse2003.md)
94+
[**InlineResponse2006**](InlineResponse2006.md)
9595

9696
### Authorization
9797

@@ -104,7 +104,7 @@ No authorization required
104104

105105
<a name="getBatchesList"></a>
106106
# **getBatchesList**
107-
> InlineResponse2002 getBatchesList(opts)
107+
> InlineResponse2005 getBatchesList(opts)
108108
109109
List Batches
110110

@@ -144,7 +144,7 @@ Name | Type | Description | Notes
144144

145145
### Return type
146146

147-
[**InlineResponse2002**](InlineResponse2002.md)
147+
[**InlineResponse2005**](InlineResponse2005.md)
148148

149149
### Authorization
150150

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.Boardingv1registrationsDocumentInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**signedDocuments** | [**[Boardingv1registrationsDocumentInformationSignedDocuments]**](Boardingv1registrationsDocumentInformationSignedDocuments.md) | | [optional]
7+
8+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.Boardingv1registrationsDocumentInformationSignedDocuments
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**documentId** | **String** | | [optional]
7+
8+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource.Boardingv1registrationsIntegrationInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**oauth2** | [**[Boardingv1registrationsIntegrationInformationOauth2]**](Boardingv1registrationsIntegrationInformationOauth2.md) | | [optional]
7+
**tenantConfigurations** | [**[Boardingv1registrationsIntegrationInformationTenantConfigurations]**](Boardingv1registrationsIntegrationInformationTenantConfigurations.md) | tenantConfigurations is an array of objects that includes the tenant information this merchant is associated with. | [optional]
8+
9+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource.Boardingv1registrationsIntegrationInformationOauth2
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**clientId** | **String** | |
7+
**state** | **String** | | [optional]
8+
9+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource.Boardingv1registrationsIntegrationInformationTenantConfigurations
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**solutionId** | **String** | The solutionId is the unique identifier for this system resource. Partner can use it to reference the specific solution through out the system. |
7+
**tenantInformation** | [**Boardingv1registrationsIntegrationInformationTenantInformation**](Boardingv1registrationsIntegrationInformationTenantInformation.md) | | [optional]
8+
9+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.Boardingv1registrationsIntegrationInformationTenantInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**tenantId** | **String** | The TenantId is an external Solution Identifier given by Tech Partners like SAP. | [optional]
7+
8+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# CyberSource.Boardingv1registrationsOrganizationInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**organizationId** | **String** | | [optional]
7+
**parentOrganizationId** | **String** | This field is required for Organization Types: MERCHANT, TRANSACTING | [optional]
8+
**childOrganizations** | **[String]** | | [optional]
9+
**type** | **String** | Determines the type of organization in the hirarchy that this registration will use to onboard this Organization Possible Values: - &#39;TRANSACTING&#39; - &#39;STRUCTURAL&#39; - &#39;MERCHANT&#39; | [optional]
10+
**status** | **String** | Determines the status that the organization will be after being onboarded Possible Values: - &#39;LIVE&#39; - &#39;TEST&#39; - &#39;DRAFT&#39; | [optional]
11+
**configurable** | **Boolean** | This denotes the one organization, with exception to the TRANSACTING types, that is allowed to be used for configuration purposes against products. Eventually this field will be deprecated and all organizations will be allowed for product configuration. | [optional] [default to false]
12+
**businessInformation** | [**Boardingv1registrationsOrganizationInformationBusinessInformation**](Boardingv1registrationsOrganizationInformationBusinessInformation.md) | |
13+
**KYC** | [**Boardingv1registrationsOrganizationInformationKYC**](Boardingv1registrationsOrganizationInformationKYC.md) | | [optional]
14+
**owners** | [**[Boardingv1registrationsOrganizationInformationOwners]**](Boardingv1registrationsOrganizationInformationOwners.md) | | [optional]
15+
16+
17+
<a name="TypeEnum"></a>
18+
## Enum: TypeEnum
19+
20+
21+
* `TRANSACTING` (value: `"TRANSACTING"`)
22+
23+
* `STRUCTURAL` (value: `"STRUCTURAL"`)
24+
25+
* `MERCHANT` (value: `"MERCHANT"`)
26+
27+
28+
29+
30+
<a name="StatusEnum"></a>
31+
## Enum: StatusEnum
32+
33+
34+
* `LIVE` (value: `"LIVE"`)
35+
36+
* `TEST` (value: `"TEST"`)
37+
38+
* `DRAFT` (value: `"DRAFT"`)
39+
40+
41+
42+
Lines changed: 227 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,227 @@
1+
# CyberSource.Boardingv1registrationsOrganizationInformationBusinessInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | |
7+
**doingBusinessAs** | **String** | | [optional]
8+
**description** | **String** | | [optional]
9+
**startDate** | **Date** | &#x60;Format: YYYY-MM-DD&#x60; Example 2016-08-11 equals August 11, 2016 | [optional]
10+
**address** | [**Boardingv1registrationsOrganizationInformationBusinessInformationAddress**](Boardingv1registrationsOrganizationInformationBusinessInformationAddress.md) | | [optional]
11+
**timeZone** | **String** | Merchant perferred time zone Possible Values: - &#39;Pacific/Pago_Pago&#39; - &#39;Pacific/Honolulu&#39; - &#39;America/Anchorage&#39; - &#39;America/Vancouver&#39; - &#39;America/Los_Angeles&#39; - &#39;America/Phoenix&#39; - &#39;America/Edmonton&#39; - &#39;America/Denver&#39; - &#39;America/Winnipeg&#39; - &#39;America/Mexico_City&#39; - &#39;America/Chicago&#39; - &#39;America/Bogota&#39; - &#39;America/Indianapolis&#39; - &#39;America/New_York&#39; - &#39;America/La_Paz&#39; - &#39;America/Halifax&#39; - &#39;America/St_Johns&#39; - &#39;America/Buenos_Aires&#39; - &#39;America/Godthab&#39; - &#39;America/Sao_Paulo&#39; - &#39;America/Noronha&#39; - &#39;Atlantic/Cape_Verde&#39; - &#39;GMT&#39; - &#39;Europe/Dublin&#39; - &#39;Europe/Lisbon&#39; - &#39;Europe/London&#39; - &#39;Africa/Tunis&#39; - &#39;Europe/Vienna&#39; - &#39;Europe/Brussels&#39; - &#39;Europe/Zurich&#39; - &#39;Europe/Prague&#39; - &#39;Europe/Berlin&#39; - &#39;Europe/Copenhagen&#39; - &#39;Europe/Madrid&#39; - &#39;Europe/Budapest&#39; - &#39;Europe/Rome&#39; - &#39;Africa/Tripoli&#39; - &#39;Europe/Monaco&#39; - &#39;Europe/Malta&#39; - &#39;Europe/Amsterdam&#39; - &#39;Europe/Oslo&#39; - &#39;Europe/Warsaw&#39; - &#39;Europe/Stockholm&#39; - &#39;Europe/Belgrade&#39; - &#39;Europe/Paris&#39; - &#39;Africa/Johannesburg&#39; - &#39;Europe/Minsk&#39; - &#39;Africa/Cairo&#39; - &#39;Europe/Helsinki&#39; - &#39;Europe/Athens&#39; - &#39;Asia/Jerusalem&#39; - &#39;Europe/Riga&#39; - &#39;Europe/Bucharest&#39; - &#39;Europe/Istanbul&#39; - &#39;Asia/Riyadh&#39; - &#39;Europe/Moscow&#39; - &#39;Asia/Dubai&#39; - &#39;Asia/Baku&#39; - &#39;Asia/Tbilisi&#39; - &#39;Asia/Calcutta&#39; - &#39;Asia/Katmandu&#39; - &#39;Asia/Dacca&#39; - &#39;Asia/Rangoon&#39; - &#39;Asia/Jakarta&#39; - &#39;Asia/Saigon&#39; - &#39;Asia/Bangkok&#39; - &#39;Australia/Perth&#39; - &#39;Asia/Hong_Kong&#39; - &#39;Asia/Macao&#39; - &#39;Asia/Kuala_Lumpur&#39; - &#39;Asia/Manila&#39; - &#39;Asia/Singapore&#39; - &#39;Asia/Taipei&#39; - &#39;Asia/Shanghai&#39; - &#39;Asia/Seoul&#39; - &#39;Asia/Tokyo&#39; - &#39;Asia/Yakutsk&#39; - &#39;Australia/Adelaide&#39; - &#39;Australia/Brisbane&#39; - &#39;Australia/Broken_Hill&#39; - &#39;Australia/Darwin&#39; - &#39;Australia/Eucla&#39; - &#39;Australia/Hobart&#39; - &#39;Australia/Lindeman&#39; - &#39;Australia/Sydney&#39; - &#39;Australia/Lord_Howe&#39; - &#39;Australia/Melbourne&#39; - &#39;Asia/Magadan&#39; - &#39;Pacific/Norfolk&#39; - &#39;Pacific/Auckland&#39; | [optional]
12+
**websiteUrl** | **String** | | [optional]
13+
**type** | **String** | Business type Possible Values: - &#39;PARTNERSHIP&#39; - &#39;SOLE_PROPRIETORSHIP&#39; - &#39;CORPORATION&#39; - &#39;LLC&#39; - &#39;NON_PROFIT&#39; - &#39;TRUST&#39; | [optional]
14+
**taxId** | **String** | | [optional]
15+
**phoneNumber** | **String** | | [optional]
16+
**businessContact** | [**Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact**](Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact.md) | | [optional]
17+
**technicalContact** | [**Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact**](Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact.md) | | [optional]
18+
**emergencyContact** | [**Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact**](Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact.md) | | [optional]
19+
**merchantCategoryCode** | **String** | Industry standard Merchant Category Code (MCC) | [optional]
20+
21+
22+
<a name="TimeZoneEnum"></a>
23+
## Enum: TimeZoneEnum
24+
25+
26+
* `Pacific/Pago_Pago` (value: `"Pacific/Pago_Pago"`)
27+
28+
* `Pacific/Honolulu` (value: `"Pacific/Honolulu"`)
29+
30+
* `America/Anchorage` (value: `"America/Anchorage"`)
31+
32+
* `America/Vancouver` (value: `"America/Vancouver"`)
33+
34+
* `America/Los_Angeles` (value: `"America/Los_Angeles"`)
35+
36+
* `America/Phoenix` (value: `"America/Phoenix"`)
37+
38+
* `America/Edmonton` (value: `"America/Edmonton"`)
39+
40+
* `America/Denver` (value: `"America/Denver"`)
41+
42+
* `America/Winnipeg` (value: `"America/Winnipeg"`)
43+
44+
* `America/Mexico_City` (value: `"America/Mexico_City"`)
45+
46+
* `America/Chicago` (value: `"America/Chicago"`)
47+
48+
* `America/Bogota` (value: `"America/Bogota"`)
49+
50+
* `America/Indianapolis` (value: `"America/Indianapolis"`)
51+
52+
* `America/New_York` (value: `"America/New_York"`)
53+
54+
* `America/La_Paz` (value: `"America/La_Paz"`)
55+
56+
* `America/Halifax` (value: `"America/Halifax"`)
57+
58+
* `America/St_Johns` (value: `"America/St_Johns"`)
59+
60+
* `America/Buenos_Aires` (value: `"America/Buenos_Aires"`)
61+
62+
* `America/Godthab` (value: `"America/Godthab"`)
63+
64+
* `America/Sao_Paulo` (value: `"America/Sao_Paulo"`)
65+
66+
* `America/Noronha` (value: `"America/Noronha"`)
67+
68+
* `Atlantic/Cape_Verde` (value: `"Atlantic/Cape_Verde"`)
69+
70+
* `GMT` (value: `"GMT"`)
71+
72+
* `Europe/Dublin` (value: `"Europe/Dublin"`)
73+
74+
* `Europe/Lisbon` (value: `"Europe/Lisbon"`)
75+
76+
* `Europe/London` (value: `"Europe/London"`)
77+
78+
* `Africa/Tunis` (value: `"Africa/Tunis"`)
79+
80+
* `Europe/Vienna` (value: `"Europe/Vienna"`)
81+
82+
* `Europe/Brussels` (value: `"Europe/Brussels"`)
83+
84+
* `Europe/Zurich` (value: `"Europe/Zurich"`)
85+
86+
* `Europe/Prague` (value: `"Europe/Prague"`)
87+
88+
* `Europe/Berlin` (value: `"Europe/Berlin"`)
89+
90+
* `Europe/Copenhagen` (value: `"Europe/Copenhagen"`)
91+
92+
* `Europe/Madrid` (value: `"Europe/Madrid"`)
93+
94+
* `Europe/Budapest` (value: `"Europe/Budapest"`)
95+
96+
* `Europe/Rome` (value: `"Europe/Rome"`)
97+
98+
* `Africa/Tripoli` (value: `"Africa/Tripoli"`)
99+
100+
* `Europe/Monaco` (value: `"Europe/Monaco"`)
101+
102+
* `Europe/Malta` (value: `"Europe/Malta"`)
103+
104+
* `Europe/Amsterdam` (value: `"Europe/Amsterdam"`)
105+
106+
* `Europe/Oslo` (value: `"Europe/Oslo"`)
107+
108+
* `Europe/Warsaw` (value: `"Europe/Warsaw"`)
109+
110+
* `Europe/Stockholm` (value: `"Europe/Stockholm"`)
111+
112+
* `Europe/Belgrade` (value: `"Europe/Belgrade"`)
113+
114+
* `Europe/Paris` (value: `"Europe/Paris"`)
115+
116+
* `Africa/Johannesburg` (value: `"Africa/Johannesburg"`)
117+
118+
* `Europe/Minsk` (value: `"Europe/Minsk"`)
119+
120+
* `Africa/Cairo` (value: `"Africa/Cairo"`)
121+
122+
* `Europe/Helsinki` (value: `"Europe/Helsinki"`)
123+
124+
* `Europe/Athens` (value: `"Europe/Athens"`)
125+
126+
* `Asia/Jerusalem` (value: `"Asia/Jerusalem"`)
127+
128+
* `Europe/Riga` (value: `"Europe/Riga"`)
129+
130+
* `Europe/Bucharest` (value: `"Europe/Bucharest"`)
131+
132+
* `Europe/Istanbul` (value: `"Europe/Istanbul"`)
133+
134+
* `Asia/Riyadh` (value: `"Asia/Riyadh"`)
135+
136+
* `Europe/Moscow` (value: `"Europe/Moscow"`)
137+
138+
* `Asia/Dubai` (value: `"Asia/Dubai"`)
139+
140+
* `Asia/Baku` (value: `"Asia/Baku"`)
141+
142+
* `Asia/Tbilisi` (value: `"Asia/Tbilisi"`)
143+
144+
* `Asia/Calcutta` (value: `"Asia/Calcutta"`)
145+
146+
* `Asia/Katmandu` (value: `"Asia/Katmandu"`)
147+
148+
* `Asia/Dacca` (value: `"Asia/Dacca"`)
149+
150+
* `Asia/Rangoon` (value: `"Asia/Rangoon"`)
151+
152+
* `Asia/Jakarta` (value: `"Asia/Jakarta"`)
153+
154+
* `Asia/Saigon` (value: `"Asia/Saigon"`)
155+
156+
* `Asia/Bangkok` (value: `"Asia/Bangkok"`)
157+
158+
* `Australia/Perth` (value: `"Australia/Perth"`)
159+
160+
* `Asia/Hong_Kong` (value: `"Asia/Hong_Kong"`)
161+
162+
* `Asia/Macao` (value: `"Asia/Macao"`)
163+
164+
* `Asia/Kuala_Lumpur` (value: `"Asia/Kuala_Lumpur"`)
165+
166+
* `Asia/Manila` (value: `"Asia/Manila"`)
167+
168+
* `Asia/Singapore` (value: `"Asia/Singapore"`)
169+
170+
* `Asia/Taipei` (value: `"Asia/Taipei"`)
171+
172+
* `Asia/Shanghai` (value: `"Asia/Shanghai"`)
173+
174+
* `Asia/Seoul` (value: `"Asia/Seoul"`)
175+
176+
* `Asia/Tokyo` (value: `"Asia/Tokyo"`)
177+
178+
* `Asia/Yakutsk` (value: `"Asia/Yakutsk"`)
179+
180+
* `Australia/Adelaide` (value: `"Australia/Adelaide"`)
181+
182+
* `Australia/Brisbane` (value: `"Australia/Brisbane"`)
183+
184+
* `Australia/Broken_Hill` (value: `"Australia/Broken_Hill"`)
185+
186+
* `Australia/Darwin` (value: `"Australia/Darwin"`)
187+
188+
* `Australia/Eucla` (value: `"Australia/Eucla"`)
189+
190+
* `Australia/Hobart` (value: `"Australia/Hobart"`)
191+
192+
* `Australia/Lindeman` (value: `"Australia/Lindeman"`)
193+
194+
* `Australia/Sydney` (value: `"Australia/Sydney"`)
195+
196+
* `Australia/Lord_Howe` (value: `"Australia/Lord_Howe"`)
197+
198+
* `Australia/Melbourne` (value: `"Australia/Melbourne"`)
199+
200+
* `Asia/Magadan` (value: `"Asia/Magadan"`)
201+
202+
* `Pacific/Norfolk` (value: `"Pacific/Norfolk"`)
203+
204+
* `Pacific/Auckland` (value: `"Pacific/Auckland"`)
205+
206+
207+
208+
209+
<a name="TypeEnum"></a>
210+
## Enum: TypeEnum
211+
212+
213+
* `PARTNERSHIP` (value: `"PARTNERSHIP"`)
214+
215+
* `SOLE_PROPRIETORSHIP` (value: `"SOLE_PROPRIETORSHIP"`)
216+
217+
* `CORPORATION` (value: `"CORPORATION"`)
218+
219+
* `LLC` (value: `"LLC"`)
220+
221+
* `NON_PROFIT` (value: `"NON_PROFIT"`)
222+
223+
* `TRUST` (value: `"TRUST"`)
224+
225+
226+
227+

0 commit comments

Comments
 (0)