Skip to content

Commit dc80e78

Browse files
authored
Merge pull request #52 from CyberSource/dec2020
December 2020 Release
2 parents 6878bc4 + 9b9c788 commit dc80e78

File tree

399 files changed

+1842
-14686
lines changed

Some content is hidden

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

399 files changed

+1842
-14686
lines changed

cybersource_rest_client.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require "cybersource_rest_client/version"
1717

1818
Gem::Specification.new do |s|
1919
s.name = "cybersource_rest_client"
20-
s.version = "0.0.26"
20+
s.version = "0.0.27"
2121
s.platform = Gem::Platform::RUBY
2222
s.authors = ["CyberSource"]
2323
s.email = ["[email protected]"]

docs/InstrumentIdentifierApi.md

+54-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Method | HTTP request | Description
99
[**get_instrument_identifier_payment_instruments_list**](InstrumentIdentifierApi.md#get_instrument_identifier_payment_instruments_list) | **GET** /tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/paymentinstruments | List Payment Instruments for an Instrument Identifier
1010
[**patch_instrument_identifier**](InstrumentIdentifierApi.md#patch_instrument_identifier) | **PATCH** /tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId} | Update an Instrument Identifier
1111
[**post_instrument_identifier**](InstrumentIdentifierApi.md#post_instrument_identifier) | **POST** /tms/v1/instrumentidentifiers | Create an Instrument Identifier
12+
[**post_instrument_identifier_enrollment**](InstrumentIdentifierApi.md#post_instrument_identifier_enrollment) | **POST** /tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/enrollment | Enroll an Instrument Identifier for Network Tokenization
1213

1314

1415
# **delete_instrument_identifier**
@@ -227,7 +228,7 @@ require 'cybersource_rest_client'
227228

228229
api_instance = CyberSource::InstrumentIdentifierApi.new
229230

230-
post_instrument_identifier_request = CyberSource::PostInstrumentIdentifierRequest.new # PostInstrumentIdentifierRequest | Please specify either a Card, Bank Account or Enrollable Card
231+
post_instrument_identifier_request = CyberSource::PostInstrumentIdentifierRequest.new # PostInstrumentIdentifierRequest | Specify either a Card, Bank Account or Enrollable Card
231232

232233
opts = {
233234
profile_id: "profile_id_example" # String | The id of a profile containing user specific TMS configuration.
@@ -246,7 +247,7 @@ end
246247

247248
Name | Type | Description | Notes
248249
------------- | ------------- | ------------- | -------------
249-
**post_instrument_identifier_request** | [**PostInstrumentIdentifierRequest**](PostInstrumentIdentifierRequest.md)| Please specify either a Card, Bank Account or Enrollable Card |
250+
**post_instrument_identifier_request** | [**PostInstrumentIdentifierRequest**](PostInstrumentIdentifierRequest.md)| Specify either a Card, Bank Account or Enrollable Card |
250251
**profile_id** | **String**| The id of a profile containing user specific TMS configuration. | [optional]
251252

252253
### Return type
@@ -264,3 +265,54 @@ No authorization required
264265

265266

266267

268+
# **post_instrument_identifier_enrollment**
269+
> post_instrument_identifier_enrollment(instrument_identifier_token_id, post_instrument_identifier_enrollment_request, opts)
270+
271+
Enroll an Instrument Identifier for Network Tokenization
272+
273+
### Example
274+
```ruby
275+
# load the gem
276+
require 'cybersource_rest_client'
277+
278+
api_instance = CyberSource::InstrumentIdentifierApi.new
279+
280+
instrument_identifier_token_id = "instrument_identifier_token_id_example" # String | The TokenId of a Instrument Identifier.
281+
282+
post_instrument_identifier_enrollment_request = CyberSource::PostInstrumentIdentifierEnrollmentRequest.new # PostInstrumentIdentifierEnrollmentRequest | Specify Enrollable Card details
283+
284+
opts = {
285+
profile_id: "profile_id_example" # String | The id of a profile containing user specific TMS configuration.
286+
}
287+
288+
begin
289+
#Enroll an Instrument Identifier for Network Tokenization
290+
api_instance.post_instrument_identifier_enrollment(instrument_identifier_token_id, post_instrument_identifier_enrollment_request, opts)
291+
rescue CyberSource::ApiError => e
292+
puts "Exception when calling InstrumentIdentifierApi->post_instrument_identifier_enrollment: #{e}"
293+
end
294+
```
295+
296+
### Parameters
297+
298+
Name | Type | Description | Notes
299+
------------- | ------------- | ------------- | -------------
300+
**instrument_identifier_token_id** | **String**| The TokenId of a Instrument Identifier. |
301+
**post_instrument_identifier_enrollment_request** | [**PostInstrumentIdentifierEnrollmentRequest**](PostInstrumentIdentifierEnrollmentRequest.md)| Specify Enrollable Card details |
302+
**profile_id** | **String**| The id of a profile containing user specific TMS configuration. | [optional]
303+
304+
### Return type
305+
306+
nil (empty response body)
307+
308+
### Authorization
309+
310+
No authorization required
311+
312+
### HTTP request headers
313+
314+
- **Content-Type**: application/json;charset=utf-8
315+
- **Accept**: application/json;charset=utf-8
316+
317+
318+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# CyberSource::PostInstrumentIdentifierEnrollmentRequest
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_links** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierLinks**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierLinks.md) | | [optional]
7+
**id** | **String** | The id of the Instrument Identifier Token. | [optional]
8+
**object** | **String** | The type of token. Valid values: - instrumentIdentifier | [optional]
9+
**state** | **String** | Issuers state for the card number. Valid values: - ACTIVE - CLOSED : The account has been closed. | [optional]
10+
**type** | **String** | The type of Instrument Identifier. Valid values: - enrollable card | [optional]
11+
**card** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierCard**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierCard.md) | | [optional]
12+
**bank_account** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierBankAccount**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierBankAccount.md) | | [optional]
13+
**tokenized_card** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierTokenizedCard**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierTokenizedCard.md) | | [optional]
14+
**issuer** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierIssuer**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierIssuer.md) | | [optional]
15+
**processing_information** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformation**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierProcessingInformation.md) | | [optional]
16+
**bill_to** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierBillTo**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierBillTo.md) | | [optional]
17+
**metadata** | [**Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierMetadata**](Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifierMetadata.md) | | [optional]
18+
19+

docs/TssV2TransactionsGet200ResponseProcessingInformation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**payment_solution** | **String** | Type of digital payment solution for the transaction. Possible Values: - `visacheckout`: Visa Checkout. This value is required for Visa Checkout transactions. For details, see `payment_solution` field description in [Visa Checkout Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/VCO_SCMP_API/html/) - `001`: Apple Pay. - `004`: Cybersource In-App Solution. - `005`: Masterpass. This value is required for Masterpass transactions on OmniPay Direct. For details, see \"Masterpass\" in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) - `006`: Android Pay. - `007`: Chase Pay. - `008`: Samsung Pay. - `012`: Google Pay. | [optional]
6+
**payment_solution** | **String** | Type of digital payment solution for the transaction. | [optional]
77
**commerce_indicator** | **String** | Type of transaction. Some payment card companies use this information when determining discount rates. #### Used by **Authorization** Required payer authentication transactions; otherwise, optional. **Credit** Required for standalone credits on Chase Paymentech solutions; otherwise, optional. Only `internet`, `moto`, `install`, `recurring`, and `recurring_internet` are valid values. #### Ingenico ePayments When you omit this field for Ingenico ePayments, the processor uses the default transaction type they have on file for you instead of the default value (listed in Appendix I, \"Commerce Indicators,\" on page 441.) #### Payer Authentication Transactions For the possible values and requirements, see \"Payer Authentication,\" page 195. #### Other Types of Transactions See Appendix I, \"Commerce Indicators,\" on page 441. #### Card Present You must set this field to `retail`. This field is required for a card-present transaction. Note that this should ONLY be used when the cardholder and card are present at the time of the transaction. For all keyed transactions originated from a POS terminal where the cardholder and card are not present, commerceIndicator should be submitted as “moto\" | [optional]
88
**business_application_id** | **String** | Payouts transaction type. Required for OCT transactions. This field is a pass-through, which means that CyberSource does not verify the value or modify it in any way before sending it to the processor. **Note** When the request includes this field, this value overrides the information in your CyberSource account. For valid values, see the `invoiceHeader_businessApplicationID` field description in [Payouts Using the Simple Order API.](http://apps.cybersource.com/library/documentation/dev_guides/payouts_SO/Payouts_SO_API.pdf) | [optional]
99
**authorization_options** | [**TssV2TransactionsGet200ResponseProcessingInformationAuthorizationOptions**](TssV2TransactionsGet200ResponseProcessingInformationAuthorizationOptions.md) | | [optional]

docs/V1FileDetailsGet200ResponseFileDetails.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Name | Type | Description | Notes
99
**last_modified_time** | **DateTime** | Date and time for the file in PST | [optional]
1010
**date** | **Date** | Date and time for the file in PST | [optional]
1111
**mime_type** | **String** | 'File extension' Valid values: - 'application/xml' - 'text/csv' - 'application/pdf' - 'application/octet-stream' | [optional]
12-
**size** | **Integer** | Size of the file in bytes | [optional]
12+
**size** | **Float** | Size of the file in bytes | [optional]
1313

1414

0 commit comments

Comments
 (0)