Skip to content

Commit 21e2d54

Browse files
api-spec-changes
1 parent d3500de commit 21e2d54

17 files changed

+265
-33
lines changed

docs/CheckPayerAuthEnrollmentRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**buyerInformation** | [**Riskv1authenticationsBuyerInformation**](Riskv1authenticationsBuyerInformation.md) | | [optional]
1313
**deviceInformation** | [**Riskv1authenticationsDeviceInformation**](Riskv1authenticationsDeviceInformation.md) | | [optional]
1414
**merchantInformation** | [**Riskv1decisionsMerchantInformation**](Riskv1decisionsMerchantInformation.md) | | [optional]
15-
**acquirerInformation** | [**Ptsv2paymentsAcquirerInformation**](Ptsv2paymentsAcquirerInformation.md) | | [optional]
15+
**acquirerInformation** | [**Riskv1decisionsAcquirerInformation**](Riskv1decisionsAcquirerInformation.md) | | [optional]
1616
**recurringPaymentInformation** | [**Ptsv2paymentsRecurringPaymentInformation**](Ptsv2paymentsRecurringPaymentInformation.md) | | [optional]
1717
**consumerAuthenticationInformation** | [**Riskv1decisionsConsumerAuthenticationInformation**](Riskv1decisionsConsumerAuthenticationInformation.md) | | [optional]
1818
**riskInformation** | [**Riskv1authenticationsRiskInformation**](Riskv1authenticationsRiskInformation.md) | | [optional]

docs/CreateBundledDecisionManagerCaseRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
**travelInformation** | [**Riskv1decisionsTravelInformation**](Riskv1decisionsTravelInformation.md) | | [optional]
1616
**merchantDefinedInformation** | [**List<Riskv1decisionsMerchantDefinedInformation>**](Riskv1decisionsMerchantDefinedInformation.md) | | [optional]
1717
**merchantInformation** | [**Riskv1decisionsMerchantInformation**](Riskv1decisionsMerchantInformation.md) | | [optional]
18-
**acquirerInformation** | [**Ptsv2paymentsAcquirerInformation**](Ptsv2paymentsAcquirerInformation.md) | | [optional]
18+
**acquirerInformation** | [**Riskv1decisionsAcquirerInformation**](Riskv1decisionsAcquirerInformation.md) | | [optional]
1919
**recurringPaymentInformation** | [**Ptsv2paymentsRecurringPaymentInformation**](Ptsv2paymentsRecurringPaymentInformation.md) | | [optional]
2020
**consumerAuthenticationInformation** | [**Riskv1decisionsConsumerAuthenticationInformation**](Riskv1decisionsConsumerAuthenticationInformation.md) | | [optional]
2121
**watchlistScreeningInformation** | [**Ptsv2paymentsWatchlistScreeningInformation**](Ptsv2paymentsWatchlistScreeningInformation.md) | | [optional]

docs/InvoicingV2InvoicesAllGet404Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services. | [optional]
8-
**status** | **String** | The status of the invoice. Possible values: - NOTFOUND | [optional]
8+
**status** | **String** | The status of the invoice. Possible values: - NOTFOUND | [optional]
99
**reason** | **String** | The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA - DUPLICATE_REQUEST - INVALID_MERCHANT_CONFIGURATION - PROCESSOR_UNAVAILABLE | [optional]
1010
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
1111
**details** | [**List<PtsV2PaymentsPost201ResponseErrorInformationDetails>**](PtsV2PaymentsPost201ResponseErrorInformationDetails.md) | | [optional]

docs/PtsV2PaymentsCapturesPost201Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**links** | [**PtsV2PaymentsCapturesPost201ResponseLinks**](PtsV2PaymentsCapturesPost201ResponseLinks.md) | | [optional]
88
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
99
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services. | [optional]
10-
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING | [optional]
10+
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING - TRANSMITTED (Only for Online Capture enabled merchants) | [optional]
1111
**reconciliationId** | **String** | Reference number for the transaction. Depending on how your Cybersource account is configured, this value could either be provided in the API request or generated by CyberSource. The actual value used in the request to the processor is provided back to you by Cybersource in the response. | [optional]
1212
**clientReferenceInformation** | [**PtsV2PaymentsPost201ResponseClientReferenceInformation**](PtsV2PaymentsPost201ResponseClientReferenceInformation.md) | | [optional]
1313
**processorInformation** | [**PtsV2PaymentsCapturesPost201ResponseProcessorInformation**](PtsV2PaymentsCapturesPost201ResponseProcessorInformation.md) | | [optional]

docs/PtsV2PaymentsCapturesPost201ResponseProcessorInformation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**transactionId** | **String** | Processor transaction ID. This value identifies the transaction on a host system. This value is supported only for Moneris. It contains this information: - Terminal used to process the transaction - Shift during which the transaction took place - Batch number - Transaction number within the batch You must store this value. If you give the customer a receipt, display this value on the receipt. Example For the value 66012345001069003: - Terminal ID = 66012345 - Shift number = 001 - Batch number = 069 - Transaction number = 003 | [optional]
8+
**networkTransactionId** | **String** | Network Transaction Identifier Applicable for online capture transactions only. | [optional]
89

910

1011

docs/PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING | [optional]
7+
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING - TRANSMITTED (Only for Online Capture enabled merchants) | [optional]
88
**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]
99
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
1010

docs/Ptsv2paymentsAcquirerInformation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**country** | **String** | Issuers need to be aware of the Acquirer's Country Code when the Acquirer country differs from the Merchant country and the Acquirer is in the EEA (European Economic Area). | [optional]
99
**password** | **String** | Registered password for the Visa directory server. | [optional]
1010
**merchantId** | **String** | Username for the visa directory server that is created when your acquirer sets up your account. This ID might be the same as your merchant ID. the username can be 15 or 23 characters. | [optional]
11+
**acquirerMerchantId** | **String** | Acquirer assigned merchant id. Check if your processor supports this field. | [optional]
1112

1213

1314

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# Riskv1decisionsAcquirerInformation
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**acquirerBin** | **String** | Acquirer bank ID number that corresponds to a certificate that Cybersource already has.This ID has this format. 4XXXXX for Visa and 5XXXXX for Mastercard. | [optional]
8+
**country** | **String** | Issuers need to be aware of the Acquirer's Country Code when the Acquirer country differs from the Merchant country and the Acquirer is in the EEA (European Economic Area). | [optional]
9+
**password** | **String** | Registered password for the Visa directory server. | [optional]
10+
**merchantId** | **String** | Username for the visa directory server that is created when your acquirer sets up your account. This ID might be the same as your merchant ID. the username can be 15 or 23 characters. | [optional]
11+
12+
13+

generator/cybersource-rest-spec.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4407,6 +4407,11 @@
44074407
"type": "string",
44084408
"maxLength": 15,
44094409
"description": "Username for the visa directory server that is created when your acquirer sets up your account. This ID might be the same as your merchant ID. the username can be 15 or 23 characters.\n"
4410+
},
4411+
"acquirerMerchantId": {
4412+
"type": "string",
4413+
"maxLength": 15,
4414+
"description": "Acquirer assigned merchant id. Check if your processor supports this field.\n"
44104415
}
44114416
}
44124417
},
@@ -6435,7 +6440,7 @@
64356440
"properties": {
64366441
"status": {
64376442
"type": "string",
6438-
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n"
6443+
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n - TRANSMITTED (Only for Online Capture enabled merchants)\n"
64396444
},
64406445
"reason": {
64416446
"type": "string",
@@ -13227,7 +13232,7 @@
1322713232
},
1322813233
"status": {
1322913234
"type": "string",
13230-
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n"
13235+
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n - TRANSMITTED (Only for Online Capture enabled merchants)\n"
1323113236
},
1323213237
"reconciliationId": {
1323313238
"type": "string",
@@ -13260,6 +13265,10 @@
1326013265
"type": "string",
1326113266
"maxLength": 18,
1326213267
"description": "Processor transaction ID.\n\nThis value identifies the transaction on a host system. This value is supported only for Moneris. It contains\nthis information:\n\n - Terminal used to process the transaction\n - Shift during which the transaction took place\n - Batch number\n - Transaction number within the batch\n\nYou must store this value. If you give the customer a receipt, display this value on the receipt.\n\nExample For the value 66012345001069003:\n\n - Terminal ID = 66012345\n - Shift number = 001\n - Batch number = 069\n - Transaction number = 003\n"
13268+
},
13269+
"networkTransactionId": {
13270+
"description": "Network Transaction Identifier\nApplicable for online capture transactions only.\n",
13271+
"type": "string"
1326313272
}
1326413273
}
1326513274
},
@@ -78326,7 +78335,7 @@
7832678335
},
7832778336
"status": {
7832878337
"type": "string",
78329-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
78338+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
7833078339
},
7833178340
"reason": {
7833278341
"type": "string",
@@ -79001,7 +79010,7 @@
7900179010
},
7900279011
"status": {
7900379012
"type": "string",
79004-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
79013+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
7900579014
},
7900679015
"reason": {
7900779016
"type": "string",
@@ -79580,7 +79589,7 @@
7958079589
},
7958179590
"status": {
7958279591
"type": "string",
79583-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
79592+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
7958479593
},
7958579594
"reason": {
7958679595
"type": "string",
@@ -80354,7 +80363,7 @@
8035480363
},
8035580364
"status": {
8035680365
"type": "string",
80357-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
80366+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
8035880367
},
8035980368
"reason": {
8036080369
"type": "string",
@@ -80944,7 +80953,7 @@
8094480953
},
8094580954
"status": {
8094680955
"type": "string",
80947-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
80956+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
8094880957
},
8094980958
"reason": {
8095080959
"type": "string",
@@ -81481,7 +81490,7 @@
8148181490
},
8148281491
"status": {
8148381492
"type": "string",
81484-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
81493+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
8148581494
},
8148681495
"reason": {
8148781496
"type": "string",

src/main/java/Model/CheckPayerAuthEnrollmentRequest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
package Model;
1515

1616
import java.util.Objects;
17-
import Model.Ptsv2paymentsAcquirerInformation;
1817
import Model.Ptsv2paymentsRecurringPaymentInformation;
1918
import Model.Riskv1authenticationsBuyerInformation;
2019
import Model.Riskv1authenticationsDeviceInformation;
@@ -24,6 +23,7 @@
2423
import Model.Riskv1authenticationsTravelInformation;
2524
import Model.Riskv1authenticationsetupsProcessingInformation;
2625
import Model.Riskv1authenticationsetupsTokenInformation;
26+
import Model.Riskv1decisionsAcquirerInformation;
2727
import Model.Riskv1decisionsClientReferenceInformation;
2828
import Model.Riskv1decisionsConsumerAuthenticationInformation;
2929
import Model.Riskv1decisionsMerchantDefinedInformation;
@@ -69,7 +69,7 @@ public class CheckPayerAuthEnrollmentRequest {
6969
private Riskv1decisionsMerchantInformation merchantInformation = null;
7070

7171
@SerializedName("acquirerInformation")
72-
private Ptsv2paymentsAcquirerInformation acquirerInformation = null;
72+
private Riskv1decisionsAcquirerInformation acquirerInformation = null;
7373

7474
@SerializedName("recurringPaymentInformation")
7575
private Ptsv2paymentsRecurringPaymentInformation recurringPaymentInformation = null;
@@ -230,7 +230,7 @@ public void setMerchantInformation(Riskv1decisionsMerchantInformation merchantIn
230230
this.merchantInformation = merchantInformation;
231231
}
232232

233-
public CheckPayerAuthEnrollmentRequest acquirerInformation(Ptsv2paymentsAcquirerInformation acquirerInformation) {
233+
public CheckPayerAuthEnrollmentRequest acquirerInformation(Riskv1decisionsAcquirerInformation acquirerInformation) {
234234
this.acquirerInformation = acquirerInformation;
235235
return this;
236236
}
@@ -240,11 +240,11 @@ public CheckPayerAuthEnrollmentRequest acquirerInformation(Ptsv2paymentsAcquirer
240240
* @return acquirerInformation
241241
**/
242242
@ApiModelProperty(value = "")
243-
public Ptsv2paymentsAcquirerInformation getAcquirerInformation() {
243+
public Riskv1decisionsAcquirerInformation getAcquirerInformation() {
244244
return acquirerInformation;
245245
}
246246

247-
public void setAcquirerInformation(Ptsv2paymentsAcquirerInformation acquirerInformation) {
247+
public void setAcquirerInformation(Riskv1decisionsAcquirerInformation acquirerInformation) {
248248
this.acquirerInformation = acquirerInformation;
249249
}
250250

0 commit comments

Comments
 (0)