Skip to content

Commit a1db87d

Browse files
committed
june spec changes
1 parent b1032be commit a1db87d

27 files changed

+1749
-37
lines changed

docs/PlansApi.md

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

5959
- **Content-Type**: application/json;charset=utf-8
60-
- **Accept**: application/hal+json;charset=utf-8
60+
- **Accept**: application/json;charset=utf-8
6161

6262

6363

@@ -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

110110

@@ -151,7 +151,7 @@ No authorization required
151151
### HTTP request headers
152152

153153
- **Content-Type**: application/json;charset=utf-8
154-
- **Accept**: application/hal+json;charset=utf-8
154+
- **Accept**: application/json;charset=utf-8
155155

156156

157157

@@ -198,7 +198,7 @@ No authorization required
198198
### HTTP request headers
199199

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

203203

204204

@@ -245,7 +245,7 @@ No authorization required
245245
### HTTP request headers
246246

247247
- **Content-Type**: application/json;charset=utf-8
248-
- **Accept**: application/hal+json;charset=utf-8
248+
- **Accept**: application/json;charset=utf-8
249249

250250

251251

@@ -286,7 +286,7 @@ No authorization required
286286
### HTTP request headers
287287

288288
- **Content-Type**: application/json;charset=utf-8
289-
- **Accept**: application/hal+json;charset=utf-8
289+
- **Accept**: application/json;charset=utf-8
290290

291291

292292

@@ -342,7 +342,7 @@ No authorization required
342342
### HTTP request headers
343343

344344
- **Content-Type**: application/json;charset=utf-8
345-
- **Accept**: application/hal+json;charset=utf-8
345+
- **Accept**: application/json;charset=utf-8
346346

347347

348348

@@ -392,7 +392,7 @@ No authorization required
392392
### HTTP request headers
393393

394394
- **Content-Type**: application/json;charset=utf-8
395-
- **Accept**: application/hal+json;charset=utf-8
395+
- **Accept**: application/json;charset=utf-8
396396

397397

398398

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
**buyer_information** | [**PtsV2PaymentsPost201ResponseBuyerInformation**](PtsV2PaymentsPost201ResponseBuyerInformation.md) | | [optional]
2424
**risk_information** | [**PtsV2PaymentsPost201ResponseRiskInformation**](PtsV2PaymentsPost201ResponseRiskInformation.md) | | [optional]
2525
**consumer_authentication_information** | [**PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation**](PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation.md) | | [optional]
26+
**embedded_actions** | [**PtsV2PaymentsPost201ResponseEmbeddedActions**](PtsV2PaymentsPost201ResponseEmbeddedActions.md) | | [optional]
2627
**watchlist_screening_information** | [**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: - `AUTHENTICATION_SUCCESSFUL` - `PENDING_AUTHENTICATION` - `INVALID_REQUEST` - `AUTHENTICATION_FAILED` | [optional]
7+
**reason** | **String** | The reason of the status. Possible values are: - `INVALID_MERCHANT_CONFIGURATION` - `CONSUMER_AUTHENTICATION_REQUIRED` - `CONSUMER_AUTHENTICATION_FAILED` - `AUTHENTICATION_FAILED` | [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: - `ACCEPTED` - `REJECTED` - `PENDING_REVIEW` - `DECLINED` - `PENDING_AUTHENTICATION` - `INVALID_REQUEST` - `AUTHENTICATION_FAILED` - `CHALLENGE` | [optional]
7+
**reason** | **String** | The reason of the status. Possible values: - `EXPIRED_CARD` - `SCORE_EXCEEDS_THRESHOLD` - `DECISION_PROFILE_REVIEW` - `DECISION_PROFILE_REJECT` - `CONSUMER_AUTHENTICATION_REQUIRED` - `INVALID_MERCHANT_CONFIGURATION` - `CONSUMER_AUTHENTICATION_FAILED` - `DECISION_PROFILE_CHALLENGE` - `CUSTOMER_WATCHLIST_MATCH` - `ADDRESS_COUNTRY_WATCHLIST_MATCH` - `EMAIL_COUNTRY_WATCHLIST_MATCH` - `IP_COUNTRY_WATCHLIST_MATCH` | [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 - `CUSTOMER_WATCHLIST_MATCH` - `ADDRESS_COUNTRY_WATCHLIST_MATCH` - `EMAIL_COUNTRY_WATCHLIST_MATCH` - `IP_COUNTRY_WATCHLIST_MATCH` - `INVALID_MERCHANT_CONFIGURATION` | [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-
**action_list** | **Array<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: - `DECISION_SKIP`: Use this when you want to skip Decision Manager service(s). - `TOKEN_CREATE`: Use this when you want to create a token from the card/bank data in your payment request. - `CONSUMER_AUTHENTICATION`: Use this when you want to check if a card is enrolled in Payer Authentioncation along with your payment request. - `VALIDATE_CONSUMER_AUTHENTICATION`: Use this after you acquire a Payer Authentioncation result that needs to be included for your payment request. - `AP_INITIATE`: Use this when Alternative Payment Initiate service is requested. - `WATCHLIST_SCREENING` : Use this when you want to call Watchlist Screening service. | [optional]
6+
**action_list** | **Array<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: - `DECISION_SKIP`: Use this when you want to skip Decision Manager service(s). - `TOKEN_CREATE`: Use this when you want to create a token from the card/bank data in your payment request. - `CONSUMER_AUTHENTICATION`: Use this when you want to check if a card is enrolled in Payer Authentication along with your payment request. - `VALIDATE_CONSUMER_AUTHENTICATION`: Use this after you acquire a Payer Authentication result that needs to be included for your payment request. - `AP_INITIATE`: Use this when Alternative Payment Initiate service is requested. - `WATCHLIST_SCREENING` : Use this when you want to call Watchlist Screening service. | [optional]
77
**enable_escrow_option** | **BOOLEAN** | Indicates whether to use the customer’s escrow agreement. Possible values: - `true`: yes, use the customer’s escrow agreement. - `false`: no, do not use the customer’s escrow agreement. | [optional]
88
**action_token_types** | **Array<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
**bin_source** | **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
@@ -57,7 +57,7 @@ No authorization required
5757
### HTTP request headers
5858

5959
- **Content-Type**: application/json;charset=utf-8
60-
- **Accept**: application/hal+json;charset=utf-8
60+
- **Accept**: application/json;charset=utf-8
6161

6262

6363

@@ -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

110110

@@ -151,7 +151,7 @@ No authorization required
151151
### HTTP request headers
152152

153153
- **Content-Type**: application/json;charset=utf-8
154-
- **Accept**: application/hal+json;charset=utf-8
154+
- **Accept**: application/json;charset=utf-8
155155

156156

157157

@@ -205,7 +205,7 @@ No authorization required
205205
### HTTP request headers
206206

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

210210

211211

@@ -252,7 +252,7 @@ No authorization required
252252
### HTTP request headers
253253

254254
- **Content-Type**: application/json;charset=utf-8
255-
- **Accept**: application/hal+json;charset=utf-8
255+
- **Accept**: application/json;charset=utf-8
256256

257257

258258

@@ -293,7 +293,7 @@ No authorization required
293293
### HTTP request headers
294294

295295
- **Content-Type**: application/json;charset=utf-8
296-
- **Accept**: application/hal+json;charset=utf-8
296+
- **Accept**: application/json;charset=utf-8
297297

298298

299299

@@ -340,7 +340,7 @@ No authorization required
340340
### HTTP request headers
341341

342342
- **Content-Type**: application/json;charset=utf-8
343-
- **Accept**: application/hal+json;charset=utf-8
343+
- **Accept**: application/json;charset=utf-8
344344

345345

346346

@@ -390,7 +390,7 @@ No authorization required
390390
### HTTP request headers
391391

392392
- **Content-Type**: application/json;charset=utf-8
393-
- **Accept**: application/hal+json;charset=utf-8
393+
- **Accept**: application/json;charset=utf-8
394394

395395

396396

0 commit comments

Comments
 (0)