cybersource-rest-client 0.0.41 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/Body.md +10 -0
- package/docs/EMVTagDetailsApi.md +96 -0
- package/docs/GenerateUnifiedCheckoutCaptureContextRequest.md +16 -0
- package/docs/InlineResponse4003.md +49 -0
- package/docs/InlineResponse4003Details.md +9 -0
- package/docs/PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationStrongAuthenticationIssuerInformation.md +3 -0
- package/docs/PtsV2PaymentsPost201ResponseIssuerInformation.md +0 -1
- package/docs/PtsV2PayoutsPost201Response.md +1 -0
- package/docs/PtsV2PayoutsPost201ResponseIssuerInformation.md +8 -0
- package/docs/Ptsv2paymentsPointOfSaleInformation.md +1 -1
- package/docs/Ptsv2paymentsProcessingInformationAuthorizationOptions.md +1 -1
- package/docs/Ptsv2paymentsRecurringPaymentInformation.md +6 -0
- package/docs/TransientTokenDataApi.md +55 -0
- package/docs/TssV2GetEmvTags200Response.md +8 -0
- package/docs/TssV2GetEmvTags200ResponseEmvTagBreakdownList.md +9 -0
- package/docs/TssV2PostEmvTags200Response.md +8 -0
- package/docs/TssV2PostEmvTags200ResponseEmvTagBreakdownList.md +12 -0
- package/docs/TssV2PostEmvTags200ResponseParsedEMVTagsList.md +10 -0
- package/docs/Tssv2transactionsemvTagDetailsEmvDetailsList.md +9 -0
- package/docs/UnifiedCheckoutCaptureContextApi.md +55 -0
- package/docs/Upv1capturecontextsCaptureMandate.md +13 -0
- package/docs/Upv1capturecontextsCheckoutApiInitialization.md +17 -0
- package/docs/Upv1capturecontextsOrderInformation.md +10 -0
- package/docs/Upv1capturecontextsOrderInformationAmountDetails.md +9 -0
- package/docs/Upv1capturecontextsOrderInformationBillTo.md +26 -0
- package/docs/Upv1capturecontextsOrderInformationBillToCompany.md +18 -0
- package/docs/Upv1capturecontextsOrderInformationShipTo.md +19 -0
- package/package.json +1 -2
- package/src/api/EMVTagDetailsApi.js +141 -0
- package/src/api/SecureFileShareApi.js +2 -2
- package/src/api/TransientTokenDataApi.js +102 -0
- package/src/api/UnifiedCheckoutCaptureContextApi.js +98 -0
- package/src/authentication/core/MerchantConfig.js +7 -11
- package/src/index.js +108 -3
- package/src/model/Body.js +102 -0
- package/src/model/GenerateUnifiedCheckoutCaptureContextRequest.js +148 -0
- package/src/model/InlineResponse4003.js +197 -0
- package/src/model/InlineResponse4003Details.js +89 -0
- package/src/model/PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationStrongAuthenticationIssuerInformation.js +27 -0
- package/src/model/PtsV2PaymentsPost201ResponseIssuerInformation.js +0 -9
- package/src/model/PtsV2PayoutsPost201Response.js +12 -4
- package/src/model/PtsV2PayoutsPost201ResponseIssuerInformation.js +82 -0
- package/src/model/Ptsv2paymentsPointOfSaleInformation.js +1 -1
- package/src/model/Ptsv2paymentsProcessingInformationAuthorizationOptions.js +1 -1
- package/src/model/Ptsv2paymentsRecurringPaymentInformation.js +54 -0
- package/src/model/TssV2GetEmvTags200Response.js +82 -0
- package/src/model/TssV2GetEmvTags200ResponseEmvTagBreakdownList.js +91 -0
- package/src/model/TssV2PostEmvTags200Response.js +82 -0
- package/src/model/TssV2PostEmvTags200ResponseEmvTagBreakdownList.js +118 -0
- package/src/model/TssV2PostEmvTags200ResponseParsedEMVTagsList.js +100 -0
- package/src/model/Tssv2transactionsemvTagDetailsEmvDetailsList.js +93 -0
- package/src/model/Upv1capturecontextsCaptureMandate.js +127 -0
- package/src/model/Upv1capturecontextsCheckoutApiInitialization.js +153 -0
- package/src/model/Upv1capturecontextsOrderInformation.js +97 -0
- package/src/model/Upv1capturecontextsOrderInformationAmountDetails.js +89 -0
- package/src/model/Upv1capturecontextsOrderInformationBillTo.js +243 -0
- package/src/model/Upv1capturecontextsOrderInformationBillToCompany.js +172 -0
- package/src/model/Upv1capturecontextsOrderInformationShipTo.js +181 -0
package/docs/Body.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CyberSource.Body
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**requestor** | **String** | Identifies the service requesting parsing |
|
|
7
|
+
**parsedTagLimit** | **Number** | Number of tags to parse for each EMV tag string provided. | [optional]
|
|
8
|
+
**emvDetailsList** | [**[Tssv2transactionsemvTagDetailsEmvDetailsList]**](Tssv2transactionsemvTagDetailsEmvDetailsList.md) | An array of objects, each containing a requestId and the corresponding emvRequestCombinedTags |
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# CyberSource.EMVTagDetailsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://apitest.cybersource.com*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**getEmvTags**](EMVTagDetailsApi.md#getEmvTags) | **GET** /tss/v2/transactions/emvTagDetails | Retrieve the EMV Dictionary
|
|
8
|
+
[**parseEmvTags**](EMVTagDetailsApi.md#parseEmvTags) | **POST** /tss/v2/transactions/emvTagDetails | Parse an EMV String
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<a name="getEmvTags"></a>
|
|
12
|
+
# **getEmvTags**
|
|
13
|
+
> TssV2GetEmvTags200Response getEmvTags()
|
|
14
|
+
|
|
15
|
+
Retrieve the EMV Dictionary
|
|
16
|
+
|
|
17
|
+
Returns the entire EMV tag dictionary
|
|
18
|
+
|
|
19
|
+
### Example
|
|
20
|
+
```javascript
|
|
21
|
+
var CyberSource = require('CyberSource');
|
|
22
|
+
|
|
23
|
+
var apiInstance = new CyberSource.EMVTagDetailsApi();
|
|
24
|
+
|
|
25
|
+
var callback = function(error, data, response) {
|
|
26
|
+
if (error) {
|
|
27
|
+
console.error(error);
|
|
28
|
+
} else {
|
|
29
|
+
console.log('API called successfully. Returned data: ' + data);
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
apiInstance.getEmvTags(callback);
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Parameters
|
|
36
|
+
This endpoint does not need any parameter.
|
|
37
|
+
|
|
38
|
+
### Return type
|
|
39
|
+
|
|
40
|
+
[**TssV2GetEmvTags200Response**](TssV2GetEmvTags200Response.md)
|
|
41
|
+
|
|
42
|
+
### Authorization
|
|
43
|
+
|
|
44
|
+
No authorization required
|
|
45
|
+
|
|
46
|
+
### HTTP request headers
|
|
47
|
+
|
|
48
|
+
- **Content-Type**: application/json;charset=utf-8
|
|
49
|
+
- **Accept**: application/json;charset=utf-8
|
|
50
|
+
|
|
51
|
+
<a name="parseEmvTags"></a>
|
|
52
|
+
# **parseEmvTags**
|
|
53
|
+
> TssV2PostEmvTags200Response parseEmvTags(body)
|
|
54
|
+
|
|
55
|
+
Parse an EMV String
|
|
56
|
+
|
|
57
|
+
Pass an EMV Tag-Length-Value (TLV) string for parsing.
|
|
58
|
+
|
|
59
|
+
### Example
|
|
60
|
+
```javascript
|
|
61
|
+
var CyberSource = require('CyberSource');
|
|
62
|
+
|
|
63
|
+
var apiInstance = new CyberSource.EMVTagDetailsApi();
|
|
64
|
+
|
|
65
|
+
var body = new CyberSource.Body(); // Body |
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
var callback = function(error, data, response) {
|
|
69
|
+
if (error) {
|
|
70
|
+
console.error(error);
|
|
71
|
+
} else {
|
|
72
|
+
console.log('API called successfully. Returned data: ' + data);
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
apiInstance.parseEmvTags(body, callback);
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Parameters
|
|
79
|
+
|
|
80
|
+
Name | Type | Description | Notes
|
|
81
|
+
------------- | ------------- | ------------- | -------------
|
|
82
|
+
**body** | [**Body**](Body.md)| |
|
|
83
|
+
|
|
84
|
+
### Return type
|
|
85
|
+
|
|
86
|
+
[**TssV2PostEmvTags200Response**](TssV2PostEmvTags200Response.md)
|
|
87
|
+
|
|
88
|
+
### Authorization
|
|
89
|
+
|
|
90
|
+
No authorization required
|
|
91
|
+
|
|
92
|
+
### HTTP request headers
|
|
93
|
+
|
|
94
|
+
- **Content-Type**: application/json;charset=utf-8
|
|
95
|
+
- **Accept**: application/hal+json;charset=utf-8
|
|
96
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# CyberSource.GenerateUnifiedCheckoutCaptureContextRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**targetOrigins** | **[String]** | | [optional]
|
|
7
|
+
**clientVersion** | **String** | verson number of Unified Checkout being used | [optional]
|
|
8
|
+
**allowedCardNetworks** | **[String]** | | [optional]
|
|
9
|
+
**allowedPaymentTypes** | **[String]** | | [optional]
|
|
10
|
+
**country** | **String** | Country the purchase is originating from (e.g. country of the merchant). Use the two- character ISO Standard | [optional]
|
|
11
|
+
**locale** | **String** | Localization of the User experience conforming to the ISO 639-1 language standards and two-character ISO Standard Country Code | [optional]
|
|
12
|
+
**captureMandate** | [**Upv1capturecontextsCaptureMandate**](Upv1capturecontextsCaptureMandate.md) | | [optional]
|
|
13
|
+
**orderInformation** | [**Upv1capturecontextsOrderInformation**](Upv1capturecontextsOrderInformation.md) | | [optional]
|
|
14
|
+
**checkoutApiInitialization** | [**Upv1capturecontextsCheckoutApiInitialization**](Upv1capturecontextsCheckoutApiInitialization.md) | | [optional]
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# CyberSource.InlineResponse4003
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**correlationId** | **String** | | [optional]
|
|
7
|
+
**details** | [**[InlineResponse4003Details]**](InlineResponse4003Details.md) | | [optional]
|
|
8
|
+
**informationLink** | **String** | | [optional]
|
|
9
|
+
**message** | **String** | |
|
|
10
|
+
**reason** | **String** | |
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="ReasonEnum"></a>
|
|
14
|
+
## Enum: ReasonEnum
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
* `INVALID_APIKEY` (value: `"INVALID_APIKEY"`)
|
|
18
|
+
|
|
19
|
+
* `INVALID_SHIPPING_INPUT_PARAMS` (value: `"INVALID_SHIPPING_INPUT_PARAMS"`)
|
|
20
|
+
|
|
21
|
+
* `CAPTURE_CONTEXT_INVALID` (value: `"CAPTURE_CONTEXT_INVALID"`)
|
|
22
|
+
|
|
23
|
+
* `CAPTURE_CONTEXT_EXPIRED` (value: `"CAPTURE_CONTEXT_EXPIRED"`)
|
|
24
|
+
|
|
25
|
+
* `SDK_XHR_ERROR` (value: `"SDK_XHR_ERROR"`)
|
|
26
|
+
|
|
27
|
+
* `UNIFIEDPAYMENTS_VALIDATION_PARAMS` (value: `"UNIFIEDPAYMENTS_VALIDATION_PARAMS"`)
|
|
28
|
+
|
|
29
|
+
* `UNIFIEDPAYMENTS_VALIDATION_FIELDS` (value: `"UNIFIEDPAYMENTS_VALIDATION_FIELDS"`)
|
|
30
|
+
|
|
31
|
+
* `UNIFIEDPAYMENT_PAYMENT_PARAMITERS` (value: `"UNIFIEDPAYMENT_PAYMENT_PARAMITERS"`)
|
|
32
|
+
|
|
33
|
+
* `CREATE_TOKEN_TIMEOUT` (value: `"CREATE_TOKEN_TIMEOUT"`)
|
|
34
|
+
|
|
35
|
+
* `CREATE_TOKEN_XHR_ERROR` (value: `"CREATE_TOKEN_XHR_ERROR"`)
|
|
36
|
+
|
|
37
|
+
* `SHOW_LOAD_CONTAINER_SELECTOR` (value: `"SHOW_LOAD_CONTAINER_SELECTOR"`)
|
|
38
|
+
|
|
39
|
+
* `SHOW_LOAD_INVALID_CONTAINER` (value: `"SHOW_LOAD_INVALID_CONTAINER"`)
|
|
40
|
+
|
|
41
|
+
* `SHOW_TOKEN_TIMEOUT` (value: `"SHOW_TOKEN_TIMEOUT"`)
|
|
42
|
+
|
|
43
|
+
* `SHOW_TOKEN_XHR_ERROR` (value: `"SHOW_TOKEN_XHR_ERROR"`)
|
|
44
|
+
|
|
45
|
+
* `SHOW_PAYMENT_TIMEOUT` (value: `"SHOW_PAYMENT_TIMEOUT"`)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
@@ -5,5 +5,8 @@ Name | Type | Description | Notes
|
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**riskAnalysisExemptionResult** | **String** | Possible values: Visa Platform Connect - `8401` Merchant not participating in Visa Trusted Listing Program. - `8402` Issuer not participating in Visa Trusted Listing Program. - `8403` Cardholder has not trusted the merchant (supplied by Visa Net). - `8404` Indeterminate or invalid issuer response. - `8473` Cardholder has not trusted the merchant (issuer-supplied). - `8474` Did not meet the exemption criteria (issuer-supplied). Upto 20 Values may be received in a transaction. | [optional]
|
|
7
7
|
**trustedMerchantExemptionResult** | **String** | Possible values: Visa Platform Connect - `2` Trusted merchant exemption validated/honored. - `3` Trusted merchant exemption failed validation/not honored. | [optional]
|
|
8
|
+
**lowValueExemptionResult** | **String** | This will be the value returned by Visanet when low value exemption has been requested. Valid values: Visa Platform Connect - `2` Low value exemption validated/honored - `3` Low value exemption failed validation/not honored | [optional]
|
|
9
|
+
**secureCorporatePaymentResult** | **String** | This will be the value returned by Visanet when secure corporate payment (scp) exemption has been requested. Valid values: Visa Platform Connect - `2` Secure corporate payment exemption validated/honored - `3` Secure corporate payment exemption failed validation/not honored | [optional]
|
|
10
|
+
**transactionRiskAnalysisExemptionResult** | **String** | This will be the value returned by Visanet when transaction risk analysis (TRA) exemption has been requested. Valid values: Visa Platform Connect - `2` transaction risk analysis (TRA) exemption validated/honored - `3` transaction risk analysis (TRA) exemption failed validation/not honored | [optional]
|
|
8
11
|
|
|
9
12
|
|
|
@@ -7,6 +7,5 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**discretionaryData** | **String** | Data defined by the issuer. The value for this reply field will probably be the same as the value that you submitted in the authorization request, but it is possible for the processor, issuer, or acquirer to modify the value. This field is supported only for Visa transactions on **CyberSource through VisaNet**. For details, see `issuer_additional_data` field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) | [optional]
|
|
8
8
|
**countrySpecificDiscretionaryData** | **String** | Data defined by the issuer. This national use field contains two subfields for information unique to the processing of Visa transactions by members in Japan. This subfield contains the Katakana text to be printed on the receipt. For details, see `jpo_issuer_message` field description in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) | [optional]
|
|
9
9
|
**responseCode** | **String** | Additional authorization code that must be printed on the receipt when returned by the processor. This value is generated by the processor and is returned only for a successful transaction. This reply field is supported only for these processors: - FDC Nashville Global - SIX | [optional]
|
|
10
|
-
**responseRaw** | **String** | issuerInformation.responseRaw is the raw processor auth response returned to merchant in CYBS auth response if auth request includes \"processingInformation.isReturnAuthRecordEnabled=true\". If supported by the gateway code, it is available to merchants who auth through CYBS and run their own settlement processing. | [optional]
|
|
11
10
|
|
|
12
11
|
|
|
@@ -14,5 +14,6 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**orderInformation** | [**PtsV2PayoutsPost201ResponseOrderInformation**](PtsV2PayoutsPost201ResponseOrderInformation.md) | | [optional]
|
|
15
15
|
**processorInformation** | [**PtsV2PayoutsPost201ResponseProcessorInformation**](PtsV2PayoutsPost201ResponseProcessorInformation.md) | | [optional]
|
|
16
16
|
**recipientInformation** | [**PtsV2PayoutsPost201ResponseRecipientInformation**](PtsV2PayoutsPost201ResponseRecipientInformation.md) | | [optional]
|
|
17
|
+
**issuerInformation** | [**PtsV2PayoutsPost201ResponseIssuerInformation**](PtsV2PayoutsPost201ResponseIssuerInformation.md) | | [optional]
|
|
17
18
|
|
|
18
19
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.PtsV2PayoutsPost201ResponseIssuerInformation
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**serviceProcessingType** | **String** | This field contains values that identify the service type under which the transaction should be processed. The valid value for the Visa Alias Directory Service is A0 (Alias) and 00 (normal transaction). | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**cardholderVerificationMethod** | **[String]** | Complete list of cardholder verification methods (CVMs) supported by the terminal. Optional field. Possible values: - `PIN`: For terminals with a PIN Pad - `Signature`: For terminals capable of receiving a signature - `pinOnGlass`: For terminals where PIN is entered on a glass-based capture mechanism **EXAMPLE**: [\"PIN\",\"Signature\"]; [\"pinOnGlass\",\"Signature\"] | [optional]
|
|
19
19
|
**terminalInputCapability** | **[String]** | Complete list of card input methods supported by the terminal. Possible values: - `Keyed`: Terminal can accept card data that is entered manually. - `Swiped`: Terminal can accept card data from a magnetic stripe reader. - `Contact`: Terminal can accept card data in EMV contact mode (\"dipping a card\"). - `Contactless`: Terminal can accept card data in EMV contactless mode (\"tapping a card\"). - `BarCode`: Terminal can read bar codes. - `QRcode`: Terminal can read or scan QR codes. - `OCR`: Terminal can perform optical character recognition (OCT) on the card. **EXAMPLE**: [\"Keyed\",\"Swiped\",\"Contact\",\"Contactless\"] #### Used by **Authorization and Credit** Optional. This field is supported only by client software that is installed on your POS terminals for the following processors: - American Express Direct - Credit Mutuel-CIC - FDC Nashville Global - OmniPay Direct - SIX | [optional]
|
|
20
20
|
**terminalCardCaptureCapability** | **String** | Indicates whether the terminal can capture the card. Possible values: - `1`: Terminal can capture card. - `0`: Terminal cannot capture card. For authorizations and credits, this field is supported only by these processors: - American Express Direct - Credit Mutuel-CIC - OmniPay Direct Optional field. | [optional]
|
|
21
|
-
**terminalOutputCapability** | **String** | Indicates whether the terminal can print or display messages. Possible values: - 1: Neither - 2: Print only - 3: Display only - 4: Print and display This field is supported for authorizations and credits only on the following processors: - American Express Direct - Credit Mutuel-CIC - FDC Nashville Global - OmniPay Direct - SIX Optional field. | [optional]
|
|
21
|
+
**terminalOutputCapability** | **String** | Indicates whether the terminal can print or display messages. Possible values: - 1: Neither - 2: Print only - 3: Display only - 4: Print and display - 5: Merchant terminal supports purchase only approvals This field is supported for authorizations and credits only on the following processors: - American Express Direct - Credit Mutuel-CIC - FDC Nashville Global - OmniPay Direct - SIX - VisaNet Optional field. | [optional]
|
|
22
22
|
**terminalPinCapability** | **Number** | Maximum PIN length that the terminal can capture. Possible values: - 0: No PIN capture capability - 1: PIN capture capability unknown - 4: Four characters - 5: Five characters - 6: Six characters - 7: Seven characters - 8: Eight characters - 9: Nine characters - 10: Ten characters - 11: Eleven characters - 12: Twelve characters This field is supported for authorizations and credits only on the following processors: - American Express Direct - Credit Mutuel-CIC - OmniPay Direct - SIX Required field for authorization or credit of PIN transactions. | [optional]
|
|
23
23
|
**deviceId** | **String** | Value created by the client software that uniquely identifies the POS device. This value is provided by the client software that is installed on the POS terminal. CyberSource does not forward this value to the processor. Instead, the value is forwarded to the CyberSource reporting functionality. This field is supported only on American Express Direct, FDC Nashville Global, and SIX. | [optional]
|
|
24
24
|
**pinBlockEncodingFormat** | **Number** | Format that is used to encode the PIN block. This value is provided by the client software that is installed on the POS terminal. Possible values: - `0`: ISO 9564 format 0 - `1`: ISO 9564 format 1 - `2`: ISO 9564 format 2 - `3`: ISO 9564 format 3 #### Used by **Authorization, PIN Debit** - Required when the cardholder enters a PIN and the card cannot verify the PIN, which means that the issuer must verify the PIN. - Required for PIN debit credit or PIN debit purchase. For authorizations, this field is supported only on these processors: - American Express Direct - Credit Mutuel-CIC - FDC Nashville Global - OmniPay Direct - SIX This field is also supported by processors that support chip and online PIN transactions. The following table lists the EMV Cards and Cardholder Verification Methods (CVMs) that these processors support: | Processor | Chip and Offline PIN | Chip and Online PIN | Chip and Signature | | --- | --- | --- | --- | | American Express Direct | Yes | Yes | Yes | | Chase Paymentech Solutions | No | No | Yes | | Credit Mutuel-CIC | Yes | Yes | Yes | | CyberSource through VisaNet | Yes | No | Yes | | FDC Nashville Global | Yes | Yes | Yes | | GPN | No | No | Yes | | OmniPay Direct | Yes | No | Yes | | SIX | Yes | Yes | Yes | #### GPX For chip and online PIN transactions for authorization, GPX supports the following EMV Cards and Cardholder Verification Methods (CVMs): - Chip and Offline PIN - Chip and Signature For PIN Debit Purchase and Credit Service transactions, GPX supports the following EMV Cards and Cardholder Verification Methods (CVMs): - Chip and Online PIN | [optional]
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**ignoreCvResult** | **Boolean** | Flag for a sale request that indicates whether to allow the capture service to run even when the authorization receives a CVN decline, as indicated by an `processorInformation.cardVerification.resultCode` value of `D` or `N`. Possible values: - `true`: Ignore the results of CVN checking and run the capture service. - `false` (default): If the authorization receives a CVN decline, do not run the capture service. #### Used by **Authorization** Optional field. | [optional] [default to false]
|
|
16
16
|
**initiator** | [**Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiator**](Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiator.md) | | [optional]
|
|
17
17
|
**billPayment** | **Boolean** | Indicates payment for bill or payment towards existing contractual loan. Possible values: - `true`: Bill payment or loan payment. - `false` (default): Not a bill payment or loan payment. Optional request field. | [optional]
|
|
18
|
-
**billPaymentType** | **String** | Reason for the payment. Possible values: - 001: Utility payment - 002: Government services - 003: Mobile phone top-up - 004: Coupon payment The value for this field corresponds to the following data in the TC
|
|
18
|
+
**billPaymentType** | **String** | Reason for the payment. Possible values: - 001: Utility payment - 002: Government services - 003: Mobile phone top-up - 004: Coupon payment - 005: Installment based repayment The value for this field corresponds to the following data in the TC 33A capture file (applicable to Brazil): - Record: CP07 TCR0 - Position: 48-50 - Field: Bill Payment Transaction Type Identifier The value for this field corresponds to the following data in the TC 33A capture file (applicable to Installment) based Repayment): - Record: CP01 TCR6 - Position: 154-156 - Field: Bill Payment Transaction Type Identifier This field is supported for 1. Bill payments in Brazil with Mastercard on CyberSource through VisaNet. 2. Installment based repayment transactions on Cybersource through VisaNet. | [optional]
|
|
19
19
|
**redemptionInquiry** | **Boolean** | Flag that indicates the payment request is a redemption inquiry. Possible values: - `true` - `false` | [optional]
|
|
20
20
|
**transportationMode** | **String** | Type of transportation mode : Possible Values: - 00 = Unknown - 01 = Urban bus - 02 = Interurban bus - 03=Lighttrainmasstransit(Underground Metro LTR) - 04 = Train - 05 = Commuter train - 06 = Water-borne vehicle - 07 = Toll - 08 = Parking - 09 = Taxi - 10 = High-speed train - 11 = Rural bus - 12 = Express commuter train - 13 = Para transit - 14 = Self drive vehicle - 15 = Coach - 16 = Locomotive - 17 = Powered motor coach - 18 = Trailer - 19 = Regional train - 20 = Inter-city - 21 = Funicular train - 22 = Cable car | [optional]
|
|
21
21
|
**aggregatedAuthIndicator** | **String** | Indicates if transaction is an aggregated auth Possible values: - **true** - **false** | [optional]
|
|
@@ -8,5 +8,11 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**numberOfPayments** | **Number** | Total number of payments for the duration of the recurring subscription. | [optional]
|
|
9
9
|
**originalPurchaseDate** | **String** | Date of original purchase. Required for recurring transactions. Format: `YYYY-MM-DDTHH:MM:SSZ` **Note**: If this field is empty, the current date is used. | [optional]
|
|
10
10
|
**sequenceNumber** | **Number** | This field is mandatory for Cartes Bancaires recurring transactions on Credit Mutuel-CIC. This field records recurring sequence, e.g. 1st for initial, 2 for subsequent, 3 etc | [optional]
|
|
11
|
+
**type** | **String** | This contains the type of recurring payment. Valid Values : 1 - Registration/First transaction 2 - Subsequent transaction 3 - Modification 4 - Cancellation | [optional]
|
|
12
|
+
**occurrence** | **String** | This value indicates how often a recurring payment occurs. Valid Values : • 01 (Daily) • 02 (Twice weekly) • 03 (Weekly) • 04 (Ten days) • 05 (Fortnightly) • 06 (Monthly) • 07 (Every two months) • 08 (Trimester) • 09 (Quarterly) • 10 (Twice yearly) • 11 (Annually) • 12 (Unscheduled) | [optional]
|
|
13
|
+
**validationIndicator** | **String** | This tag will contain a value that indicates whether or not the recurring payment transaction has been validated. Valid values : 0- Not validated 1- Validated | [optional]
|
|
14
|
+
**amountType** | **String** | Indicates recurring amount type agreed by the cardholder Valid Values : 1- Fixed amount recurring payment 2- Recurring payment with maximum amount | [optional]
|
|
15
|
+
**maximumAmount** | **String** | This API field will contain the maximum amount agreed to by the cardholder. The currency of this amount will be specified in Field 49—Currency Code,Transaction. | [optional]
|
|
16
|
+
**referenceNumber** | **String** | This will contain a unique reference number for the recurring payment transaction. | [optional]
|
|
11
17
|
|
|
12
18
|
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# CyberSource.TransientTokenDataApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://apitest.cybersource.com*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**getTransactionForTransientToken**](TransientTokenDataApi.md#getTransactionForTransientToken) | **GET** /up/v1/payment-details/{transientToken} | Get Transient Token Data
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
<a name="getTransactionForTransientToken"></a>
|
|
11
|
+
# **getTransactionForTransientToken**
|
|
12
|
+
> getTransactionForTransientToken(transientToken)
|
|
13
|
+
|
|
14
|
+
Get Transient Token Data
|
|
15
|
+
|
|
16
|
+
Retrieve the data captured by Unfied Checkout. This API is used to retrieve the detailed data represented by the Transient Token. This API will not return PCI payment data (PAN). Include the Request ID in the GET request to retrieve the transaction details.
|
|
17
|
+
|
|
18
|
+
### Example
|
|
19
|
+
```javascript
|
|
20
|
+
var CyberSource = require('CyberSource');
|
|
21
|
+
|
|
22
|
+
var apiInstance = new CyberSource.TransientTokenDataApi();
|
|
23
|
+
|
|
24
|
+
var transientToken = "transientToken_example"; // String | Transient Token returned by the Unified Checkout application.
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
var callback = function(error, data, response) {
|
|
28
|
+
if (error) {
|
|
29
|
+
console.error(error);
|
|
30
|
+
} else {
|
|
31
|
+
console.log('API called successfully.');
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
apiInstance.getTransactionForTransientToken(transientToken, callback);
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Parameters
|
|
38
|
+
|
|
39
|
+
Name | Type | Description | Notes
|
|
40
|
+
------------- | ------------- | ------------- | -------------
|
|
41
|
+
**transientToken** | **String**| Transient Token returned by the Unified Checkout application. |
|
|
42
|
+
|
|
43
|
+
### Return type
|
|
44
|
+
|
|
45
|
+
null (empty response body)
|
|
46
|
+
|
|
47
|
+
### Authorization
|
|
48
|
+
|
|
49
|
+
No authorization required
|
|
50
|
+
|
|
51
|
+
### HTTP request headers
|
|
52
|
+
|
|
53
|
+
- **Content-Type**: application/json;charset=utf-8
|
|
54
|
+
- **Accept**: application/json
|
|
55
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.TssV2GetEmvTags200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**emvTagBreakdownList** | [**[TssV2GetEmvTags200ResponseEmvTagBreakdownList]**](TssV2GetEmvTags200ResponseEmvTagBreakdownList.md) | An array of objects with each object containing a single EMV tag from the dictionary. | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CyberSource.TssV2GetEmvTags200ResponseEmvTagBreakdownList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**tag** | **String** | Hexadecimal code of tag. | [optional]
|
|
7
|
+
**name** | **String** | Name of tag. | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# CyberSource.TssV2PostEmvTags200Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**parsedEMVTagsList** | [**[TssV2PostEmvTags200ResponseParsedEMVTagsList]**](TssV2PostEmvTags200ResponseParsedEMVTagsList.md) | An array of objects (one per object in the passed emvDetailsList), each of which contains a fully parsed EMV string | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# CyberSource.TssV2PostEmvTags200ResponseEmvTagBreakdownList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**tag** | **String** | Hexadecimal code of tag. | [optional]
|
|
7
|
+
**name** | **String** | Name of tag. | [optional]
|
|
8
|
+
**length** | **Number** | Tag length in bytes. | [optional]
|
|
9
|
+
**value** | **String** | Hexadecimal value contained in the tag, masked data is represented by an 'X'. | [optional]
|
|
10
|
+
**description** | **String** | Description of tag. | [optional]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CyberSource.TssV2PostEmvTags200ResponseParsedEMVTagsList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**requestId** | **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]
|
|
7
|
+
**totalTags** | **Number** | Number of tags parsed | [optional]
|
|
8
|
+
**emvTagBreakdownList** | [**[TssV2PostEmvTags200ResponseEmvTagBreakdownList]**](TssV2PostEmvTags200ResponseEmvTagBreakdownList.md) | An array of objects, where each object contains one parsed tag from the relevant EMV string. | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CyberSource.Tssv2transactionsemvTagDetailsEmvDetailsList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**requestId** | **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. |
|
|
7
|
+
**emvRequestCombinedTags** | **String** | EMV data that is transmitted from the chip card to the issuer, and from the issuer to the chip card. The EMV data is in the tag-length-value format and includes chip card tags, terminal tags, and transaction detail tags. For information about the individual tags, see the “Application Specification” section in the EMV 4.3 Specifications: http://emvco.com **Note** Card present information about EMV applies only to credit card processing and PIN debit processing. All other card present information applies only to credit card processing. PIN debit processing is available only on FDC Nashville Global. **Important** The following tags contain sensitive information and **must not** be included in this field: - `56`: Track 1 equivalent data - `57`: Track 2 equivalent data - `5A`: Application PAN - `5F20`: Cardholder name - `5F24`: Application expiration date (This sensitivity has been relaxed for Credit Mutuel-CIC, American Express Direct, FDC Nashville Global, First Data Merchant Solutions, and SIX) - `99`: Transaction PIN - `9F0B`: Cardholder name (extended) - `9F1F`: Track 1 discretionary data - `9F20`: Track 2 discretionary data For captures, this field is required for contact EMV transactions. Otherwise, it is optional. For credits, this field is required for contact EMV stand-alone credits and contactless EMV stand-alone credits. Otherwise, it is optional. **Important** For contact EMV captures, contact EMV stand-alone credits, and contactless EMV stand-alone credits, you must include the following tags in this field. For all other types of EMV transactions, the following tags are optional. - `95`: Terminal verification results - `9F10`: Issuer application data - `9F26`: Application cryptogram #### CyberSource through VisaNet - In Japan: 199 bytes - In other countries: String (252) #### GPX This field only supports transactions from the following card types: - Visa - Mastercard - AMEX - Discover - Diners - JCB - Union Pay International #### JCN Gateway The following tags must be included: - `4F`: Application identifier - `84`: Dedicated file name Data length: 199 bytes #### All other processors: String (999) #### Used by Authorization: Optional Authorization Reversal: Optional Credit: Optional PIN Debit processing (purchase, credit and reversal): Optional |
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# CyberSource.UnifiedCheckoutCaptureContextApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://apitest.cybersource.com*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**generateUnifiedCheckoutCaptureContext**](UnifiedCheckoutCaptureContextApi.md#generateUnifiedCheckoutCaptureContext) | **POST** /up/v1/capture-contexts | Generate Unified Checkout Capture Context
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
<a name="generateUnifiedCheckoutCaptureContext"></a>
|
|
11
|
+
# **generateUnifiedCheckoutCaptureContext**
|
|
12
|
+
> generateUnifiedCheckoutCaptureContext(generateUnifiedCheckoutCaptureContextRequest)
|
|
13
|
+
|
|
14
|
+
Generate Unified Checkout Capture Context
|
|
15
|
+
|
|
16
|
+
Generate a one-time use capture context used for the invocation of Unified Checkout. The Request wil contain all of the paramiters for how Unified Chkcout will operate within a client webpage. The resulting payload will be a JWT signed object that can be used to initate Unified Checkout within a merchnat web page
|
|
17
|
+
|
|
18
|
+
### Example
|
|
19
|
+
```javascript
|
|
20
|
+
var CyberSource = require('CyberSource');
|
|
21
|
+
|
|
22
|
+
var apiInstance = new CyberSource.UnifiedCheckoutCaptureContextApi();
|
|
23
|
+
|
|
24
|
+
var generateUnifiedCheckoutCaptureContextRequest = new CyberSource.GenerateUnifiedCheckoutCaptureContextRequest(); // GenerateUnifiedCheckoutCaptureContextRequest |
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
var callback = function(error, data, response) {
|
|
28
|
+
if (error) {
|
|
29
|
+
console.error(error);
|
|
30
|
+
} else {
|
|
31
|
+
console.log('API called successfully.');
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
apiInstance.generateUnifiedCheckoutCaptureContext(generateUnifiedCheckoutCaptureContextRequest, callback);
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Parameters
|
|
38
|
+
|
|
39
|
+
Name | Type | Description | Notes
|
|
40
|
+
------------- | ------------- | ------------- | -------------
|
|
41
|
+
**generateUnifiedCheckoutCaptureContextRequest** | [**GenerateUnifiedCheckoutCaptureContextRequest**](GenerateUnifiedCheckoutCaptureContextRequest.md)| |
|
|
42
|
+
|
|
43
|
+
### Return type
|
|
44
|
+
|
|
45
|
+
null (empty response body)
|
|
46
|
+
|
|
47
|
+
### Authorization
|
|
48
|
+
|
|
49
|
+
No authorization required
|
|
50
|
+
|
|
51
|
+
### HTTP request headers
|
|
52
|
+
|
|
53
|
+
- **Content-Type**: application/json;charset=utf-8
|
|
54
|
+
- **Accept**: application/jwt
|
|
55
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# CyberSource.Upv1capturecontextsCaptureMandate
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**billingType** | **String** | This field defines the type of Billing Address information captured through the Manual card Entry UX. FULL, PARTIAL | [optional]
|
|
7
|
+
**requestEmail** | **Boolean** | Capture email contact information in the manual card acceptance screens. | [optional]
|
|
8
|
+
**requestPhone** | **Boolean** | Capture email contact information in the manual card acceptance screens. | [optional]
|
|
9
|
+
**requestShipping** | **Boolean** | Capture email contact information in the manual card acceptance screens. | [optional]
|
|
10
|
+
**shipToCountries** | **[String]** | List of countries available to ship to. Use the two- character ISO Standard Country Codes. | [optional]
|
|
11
|
+
**showAcceptedNetworkIcons** | **Boolean** | Show the list of accepted payment icons in the payment button | [optional]
|
|
12
|
+
|
|
13
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# CyberSource.Upv1capturecontextsCheckoutApiInitialization
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**profileId** | **String** | | [optional]
|
|
7
|
+
**accessKey** | **String** | | [optional]
|
|
8
|
+
**referenceNumber** | **String** | | [optional]
|
|
9
|
+
**transactionUuid** | **String** | | [optional]
|
|
10
|
+
**transactionType** | **String** | | [optional]
|
|
11
|
+
**currency** | **String** | | [optional]
|
|
12
|
+
**amount** | **String** | | [optional]
|
|
13
|
+
**locale** | **String** | | [optional]
|
|
14
|
+
**overrideCustomReceiptPage** | **String** | | [optional]
|
|
15
|
+
**unsignedFieldNames** | **String** | | [optional]
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CyberSource.Upv1capturecontextsOrderInformation
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**amountDetails** | [**Upv1capturecontextsOrderInformationAmountDetails**](Upv1capturecontextsOrderInformationAmountDetails.md) | | [optional]
|
|
7
|
+
**billTo** | [**Upv1capturecontextsOrderInformationBillTo**](Upv1capturecontextsOrderInformationBillTo.md) | | [optional]
|
|
8
|
+
**shipTo** | [**Upv1capturecontextsOrderInformationShipTo**](Upv1capturecontextsOrderInformationShipTo.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CyberSource.Upv1capturecontextsOrderInformationAmountDetails
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**totalAmount** | **String** | | [optional]
|
|
7
|
+
**currency** | **String** | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# CyberSource.Upv1capturecontextsOrderInformationBillTo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**address1** | **String** | Payment card billing street address as it appears on the credit card issuer’s records. | [optional]
|
|
7
|
+
**address2** | **String** | Used for additional address information. For example: _Attention: Accounts Payable_ Optional field. | [optional]
|
|
8
|
+
**address3** | **String** | Additional address information (third line of the billing address) | [optional]
|
|
9
|
+
**address4** | **String** | Additional address information (fourth line of the billing address) | [optional]
|
|
10
|
+
**administrativeArea** | **String** | State or province of the billing address. Use the [State, Province, and Territory Codes for the United States and Canada](https://developer.cybersource.com/library/documentation/sbc/quickref/states_and_provinces.pdf). | [optional]
|
|
11
|
+
**buildingNumber** | **String** | Building number in the street address. | [optional]
|
|
12
|
+
**country** | **String** | Payment card billing country. Use the two-character [ISO Standard Country Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf). | [optional]
|
|
13
|
+
**district** | **String** | Customer’s neighborhood, community, or region (a barrio in Brazil) within the city or municipality | [optional]
|
|
14
|
+
**locality** | **String** | Payment card billing city. | [optional]
|
|
15
|
+
**postalCode** | **String** | Postal code for the billing address. The postal code must consist of 5 to 9 digits. | [optional]
|
|
16
|
+
**company** | [**Upv1capturecontextsOrderInformationBillToCompany**](Upv1capturecontextsOrderInformationBillToCompany.md) | | [optional]
|
|
17
|
+
**email** | **String** | Customer's email address, including the full domain name. | [optional]
|
|
18
|
+
**firstName** | **String** | Customer’s first name. This name must be the same as the name on the card | [optional]
|
|
19
|
+
**lastName** | **String** | Customer’s last name. This name must be the same as the name on the card. | [optional]
|
|
20
|
+
**middleName** | **String** | Customer’s middle name. | [optional]
|
|
21
|
+
**nameSuffix** | **String** | Customer’s name suffix. | [optional]
|
|
22
|
+
**title** | **String** | Title. | [optional]
|
|
23
|
+
**phoneNumber** | **String** | Customer’s phone number. | [optional]
|
|
24
|
+
**phoneType** | **String** | Customer's phone number type. #### For Payouts: This field may be sent only for FDC Compass. Possible Values: * day * home * night * work | [optional]
|
|
25
|
+
|
|
26
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# CyberSource.Upv1capturecontextsOrderInformationBillToCompany
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**name** | **String** | Name of the customer’s company. | [optional]
|
|
7
|
+
**address1** | **String** | Payment card billing street address as it appears on the credit card issuer’s records. | [optional]
|
|
8
|
+
**address2** | **String** | Used for additional address information. For example: _Attention: Accounts Payable_ Optional field. | [optional]
|
|
9
|
+
**address3** | **String** | Additional address information (third line of the billing address) | [optional]
|
|
10
|
+
**address4** | **String** | Additional address information (fourth line of the billing address) | [optional]
|
|
11
|
+
**administrativeArea** | **String** | State or province of the billing address. Use the [State, Province, and Territory Codes for the United States and Canada](https://developer.cybersource.com/library/documentation/sbc/quickref/states_and_provinces.pdf). | [optional]
|
|
12
|
+
**buildingNumber** | **String** | Building number in the street address. | [optional]
|
|
13
|
+
**country** | **String** | Payment card billing country. Use the two-character [ISO Standard Country Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf). | [optional]
|
|
14
|
+
**district** | **String** | Customer’s neighborhood, community, or region (a barrio in Brazil) within the city or municipality | [optional]
|
|
15
|
+
**locality** | **String** | Payment card billing city. | [optional]
|
|
16
|
+
**postalCode** | **String** | Postal code for the billing address. The postal code must consist of 5 to 9 digits. | [optional]
|
|
17
|
+
|
|
18
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# CyberSource.Upv1capturecontextsOrderInformationShipTo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**address1** | **String** | First line of the shipping address. | [optional]
|
|
7
|
+
**address2** | **String** | Second line of the shipping address. | [optional]
|
|
8
|
+
**address3** | **String** | Third line of the shipping address. | [optional]
|
|
9
|
+
**address4** | **String** | Fourth line of the shipping address. | [optional]
|
|
10
|
+
**administrativeArea** | **String** | State or province of the shipping address. Use the [State, Province, and Territory Codes for the United States and Canada](https://developer.cybersource.com/library/documentation/sbc/quickref/states_and_provinces.pdf) | [optional]
|
|
11
|
+
**buildingNumber** | **String** | Building number in the street address. | [optional]
|
|
12
|
+
**country** | **String** | Country of the shipping address. Use the two-character [ISO Standard Country Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf) | [optional]
|
|
13
|
+
**district** | **String** | Neighborhood, community, or region within a city or municipality. | [optional]
|
|
14
|
+
**locality** | **String** | City of the shipping address. | [optional]
|
|
15
|
+
**postalCode** | **String** | Postal code for the shipping address. The postal code must consist of 5 to 9 digits. | [optional]
|
|
16
|
+
**firstName** | **String** | First name of the recipient | [optional]
|
|
17
|
+
**lastName** | **String** | Last name of the recipient. | [optional]
|
|
18
|
+
|
|
19
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cybersource-rest-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"description": "Node.js SDK for the CyberSource REST API",
|
|
5
5
|
"author": "developer@cybersource.com",
|
|
6
6
|
"license": "CyberSource",
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"app-root-path": "^2.1.0",
|
|
18
18
|
"chai": "^4.1.2",
|
|
19
19
|
"chai-as-promised": "^7.1.1",
|
|
20
|
-
"collections": "^5.1.2",
|
|
21
20
|
"jwt-simple": "^0.5.1",
|
|
22
21
|
"memory-cache": "^0.2.0",
|
|
23
22
|
"node-forge": ">=1.0.0",
|