Skip to content

Commit 408c959

Browse files
committed
june spec changes
1 parent 3b25e84 commit 408c959

26 files changed

+1194
-42
lines changed

docs/PlansApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ No authorization required
5858
### HTTP request headers
5959

6060
- **Content-Type**: application/json;charset=utf-8
61-
- **Accept**: application/hal+json;charset=utf-8
61+
- **Accept**: application/json;charset=utf-8
6262

6363
<a name="createPlan"></a>
6464
# **createPlan**
@@ -104,7 +104,7 @@ No authorization required
104104
### HTTP request headers
105105

106106
- **Content-Type**: application/json;charset=utf-8
107-
- **Accept**: application/hal+json;charset=utf-8
107+
- **Accept**: application/json;charset=utf-8
108108

109109
<a name="deactivatePlan"></a>
110110
# **deactivatePlan**
@@ -150,7 +150,7 @@ No authorization required
150150
### HTTP request headers
151151

152152
- **Content-Type**: application/json;charset=utf-8
153-
- **Accept**: application/hal+json;charset=utf-8
153+
- **Accept**: application/json;charset=utf-8
154154

155155
<a name="deletePlan"></a>
156156
# **deletePlan**
@@ -196,7 +196,7 @@ No authorization required
196196
### HTTP request headers
197197

198198
- **Content-Type**: application/json;charset=utf-8
199-
- **Accept**: application/hal+json;charset=utf-8
199+
- **Accept**: application/json;charset=utf-8
200200

201201
<a name="getPlan"></a>
202202
# **getPlan**
@@ -242,7 +242,7 @@ No authorization required
242242
### HTTP request headers
243243

244244
- **Content-Type**: application/json;charset=utf-8
245-
- **Accept**: application/hal+json;charset=utf-8
245+
- **Accept**: application/json;charset=utf-8
246246

247247
<a name="getPlanCode"></a>
248248
# **getPlanCode**
@@ -282,7 +282,7 @@ No authorization required
282282
### HTTP request headers
283283

284284
- **Content-Type**: application/json;charset=utf-8
285-
- **Accept**: application/hal+json;charset=utf-8
285+
- **Accept**: application/json;charset=utf-8
286286

287287
<a name="getPlans"></a>
288288
# **getPlans**
@@ -337,7 +337,7 @@ No authorization required
337337
### HTTP request headers
338338

339339
- **Content-Type**: application/json;charset=utf-8
340-
- **Accept**: application/hal+json;charset=utf-8
340+
- **Accept**: application/json;charset=utf-8
341341

342342
<a name="updatePlan"></a>
343343
# **updatePlan**
@@ -386,5 +386,5 @@ No authorization required
386386
### HTTP request headers
387387

388388
- **Content-Type**: application/json;charset=utf-8
389-
- **Accept**: application/hal+json;charset=utf-8
389+
- **Accept**: application/json;charset=utf-8
390390

docs/PtsV2PaymentsPost201Response.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
2323
**buyerInformation** | [**PtsV2PaymentsPost201ResponseBuyerInformation**](PtsV2PaymentsPost201ResponseBuyerInformation.md) | | [optional]
2424
**riskInformation** | [**PtsV2PaymentsPost201ResponseRiskInformation**](PtsV2PaymentsPost201ResponseRiskInformation.md) | | [optional]
2525
**consumerAuthenticationInformation** | [**PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation**](PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation.md) | | [optional]
26+
**embeddedActions** | [**PtsV2PaymentsPost201ResponseEmbeddedActions**](PtsV2PaymentsPost201ResponseEmbeddedActions.md) | | [optional]
2627
**watchlistScreeningInformation** | [**PtsV2PaymentsPost201ResponseWatchlistScreeningInformation**](PtsV2PaymentsPost201ResponseWatchlistScreeningInformation.md) | | [optional]
2728

2829

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CyberSource.PtsV2PaymentsPost201ResponseEmbeddedActions
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**CAPTURE** | [**PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE**](PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE.md) | | [optional]
7+
**DECISION** | [**PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION**](PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION.md) | | [optional]
8+
**CONSUMER_AUTHENTICATION** | [**PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION**](PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION.md) | | [optional]
9+
**VALIDATE_CONSUMER_AUTHENTICATION** | [**PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION**](PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION.md) | | [optional]
10+
**WATCHLIST_SCREENING** | [**PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING**](PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING.md) | | [optional]
11+
12+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource.PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING | [optional]
7+
**reason** | **String** | The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA - DUPLICATE_REQUEST - INVALID_MERCHANT_CONFIGURATION - EXCEEDS_AUTH_AMOUNT - AUTH_ALREADY_REVERSED - TRANSACTION_ALREADY_SETTLED - INVALID_AMOUNT - MISSING_AUTH - TRANSACTION_ALREADY_REVERSED_OR_SETTLED - NOT_SUPPORTED | [optional]
8+
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource.PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**status** | **String** | The status for payerAuthentication 201 enroll and validate calls. Possible values are: - &#x60;AUTHENTICATION_SUCCESSFUL&#x60; - &#x60;PENDING_AUTHENTICATION&#x60; - &#x60;INVALID_REQUEST&#x60; - &#x60;AUTHENTICATION_FAILED&#x60; | [optional]
7+
**reason** | **String** | The reason of the status. Possible values are: - &#x60;INVALID_MERCHANT_CONFIGURATION&#x60; - &#x60;CONSUMER_AUTHENTICATION_REQUIRED&#x60; - &#x60;CONSUMER_AUTHENTICATION_FAILED&#x60; - &#x60;AUTHENTICATION_FAILED&#x60; | [optional]
8+
**message** | **String** | The message describing the reason of the status. Value is: - Encountered a Payer Authentication problem. Payer could not be authenticated. | [optional]
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource.PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**status** | **String** | The status of the submitted transaction. Possible values: - &#x60;ACCEPTED&#x60; - &#x60;REJECTED&#x60; - &#x60;PENDING_REVIEW&#x60; - &#x60;DECLINED&#x60; - &#x60;PENDING_AUTHENTICATION&#x60; - &#x60;INVALID_REQUEST&#x60; - &#x60;AUTHENTICATION_FAILED&#x60; - &#x60;CHALLENGE&#x60; | [optional]
7+
**reason** | **String** | The reason of the status. Possible values: - &#x60;EXPIRED_CARD&#x60; - &#x60;SCORE_EXCEEDS_THRESHOLD&#x60; - &#x60;DECISION_PROFILE_REVIEW&#x60; - &#x60;DECISION_PROFILE_REJECT&#x60; - &#x60;CONSUMER_AUTHENTICATION_REQUIRED&#x60; - &#x60;INVALID_MERCHANT_CONFIGURATION&#x60; - &#x60;CONSUMER_AUTHENTICATION_FAILED&#x60; - &#x60;DECISION_PROFILE_CHALLENGE&#x60; - &#x60;CUSTOMER_WATCHLIST_MATCH&#x60; - &#x60;ADDRESS_COUNTRY_WATCHLIST_MATCH&#x60; - &#x60;EMAIL_COUNTRY_WATCHLIST_MATCH&#x60; - &#x60;IP_COUNTRY_WATCHLIST_MATCH&#x60; | [optional]
8+
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource.PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**status** | **String** | The status for the call can be: - COMPLETED - INVALID_REQUEST - DECLINED | [optional]
7+
**reason** | **String** | The reason of the status. Value can be - &#x60;CUSTOMER_WATCHLIST_MATCH&#x60; - &#x60;ADDRESS_COUNTRY_WATCHLIST_MATCH&#x60; - &#x60;EMAIL_COUNTRY_WATCHLIST_MATCH&#x60; - &#x60;IP_COUNTRY_WATCHLIST_MATCH&#x60; - &#x60;INVALID_MERCHANT_CONFIGURATION&#x60; | [optional]
8+
**message** | **String** | The message describing the reason of the status. Value can be - The customer matched the Denied Parties List - The Export bill_country/ship_country match - Export email_country match - Export hostname_country/ip_country match | [optional]
9+
10+

docs/Ptsv2paymentsProcessingInformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**actionList** | **[String]** | Array of actions (one or more) to be included in the payment to invoke bundled services along with payment. Possible values are one or more of follows: - &#x60;DECISION_SKIP&#x60;: Use this when you want to skip Decision Manager service(s). - &#x60;TOKEN_CREATE&#x60;: Use this when you want to create a token from the card/bank data in your payment request. - &#x60;CONSUMER_AUTHENTICATION&#x60;: Use this when you want to check if a card is enrolled in Payer Authentioncation along with your payment request. - &#x60;VALIDATE_CONSUMER_AUTHENTICATION&#x60;: Use this after you acquire a Payer Authentioncation result that needs to be included for your payment request. - &#x60;AP_INITIATE&#x60;: Use this when Alternative Payment Initiate service is requested. - &#x60;WATCHLIST_SCREENING&#x60; : Use this when you want to call Watchlist Screening service. | [optional]
6+
**actionList** | **[String]** | Array of actions (one or more) to be included in the payment to invoke bundled services along with payment. Possible values are one or more of follows: - &#x60;DECISION_SKIP&#x60;: Use this when you want to skip Decision Manager service(s). - &#x60;TOKEN_CREATE&#x60;: Use this when you want to create a token from the card/bank data in your payment request. - &#x60;CONSUMER_AUTHENTICATION&#x60;: Use this when you want to check if a card is enrolled in Payer Authentication along with your payment request. - &#x60;VALIDATE_CONSUMER_AUTHENTICATION&#x60;: Use this after you acquire a Payer Authentication result that needs to be included for your payment request. - &#x60;AP_INITIATE&#x60;: Use this when Alternative Payment Initiate service is requested. - &#x60;WATCHLIST_SCREENING&#x60; : Use this when you want to call Watchlist Screening service. | [optional]
77
**enableEscrowOption** | **Boolean** | Indicates whether to use the customer’s escrow agreement. Possible values: - &#x60;true&#x60;: yes, use the customer’s escrow agreement. - &#x60;false&#x60;: no, do not use the customer’s escrow agreement. | [optional]
88
**actionTokenTypes** | **[String]** | CyberSource tokens types you are performing a create on. If not supplied the default token type for the merchants token vault will be used. Valid values: - customer - paymentInstrument - instrumentIdentifier - shippingAddress | [optional]
99
**binSource** | **String** | Bin Source File Identifier. Possible values: - itmx - rupay | [optional]

docs/SubscriptionsApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ No authorization required
5858
### HTTP request headers
5959

6060
- **Content-Type**: application/json;charset=utf-8
61-
- **Accept**: application/hal+json;charset=utf-8
61+
- **Accept**: application/json;charset=utf-8
6262

6363
<a name="cancelSubscription"></a>
6464
# **cancelSubscription**
@@ -104,7 +104,7 @@ No authorization required
104104
### HTTP request headers
105105

106106
- **Content-Type**: application/json;charset=utf-8
107-
- **Accept**: application/hal+json;charset=utf-8
107+
- **Accept**: application/json;charset=utf-8
108108

109109
<a name="createSubscription"></a>
110110
# **createSubscription**
@@ -150,7 +150,7 @@ No authorization required
150150
### HTTP request headers
151151

152152
- **Content-Type**: application/json;charset=utf-8
153-
- **Accept**: application/hal+json;charset=utf-8
153+
- **Accept**: application/json;charset=utf-8
154154

155155
<a name="getAllSubscriptions"></a>
156156
# **getAllSubscriptions**
@@ -203,7 +203,7 @@ No authorization required
203203
### HTTP request headers
204204

205205
- **Content-Type**: application/json;charset=utf-8
206-
- **Accept**: application/hal+json;charset=utf-8
206+
- **Accept**: application/json;charset=utf-8
207207

208208
<a name="getSubscription"></a>
209209
# **getSubscription**
@@ -249,7 +249,7 @@ No authorization required
249249
### HTTP request headers
250250

251251
- **Content-Type**: application/json;charset=utf-8
252-
- **Accept**: application/hal+json;charset=utf-8
252+
- **Accept**: application/json;charset=utf-8
253253

254254
<a name="getSubscriptionCode"></a>
255255
# **getSubscriptionCode**
@@ -289,7 +289,7 @@ No authorization required
289289
### HTTP request headers
290290

291291
- **Content-Type**: application/json;charset=utf-8
292-
- **Accept**: application/hal+json;charset=utf-8
292+
- **Accept**: application/json;charset=utf-8
293293

294294
<a name="suspendSubscription"></a>
295295
# **suspendSubscription**
@@ -335,7 +335,7 @@ No authorization required
335335
### HTTP request headers
336336

337337
- **Content-Type**: application/json;charset=utf-8
338-
- **Accept**: application/hal+json;charset=utf-8
338+
- **Accept**: application/json;charset=utf-8
339339

340340
<a name="updateSubscription"></a>
341341
# **updateSubscription**
@@ -384,5 +384,5 @@ No authorization required
384384
### HTTP request headers
385385

386386
- **Content-Type**: application/json;charset=utf-8
387-
- **Accept**: application/hal+json;charset=utf-8
387+
- **Accept**: application/json;charset=utf-8
388388

0 commit comments

Comments
 (0)