Skip to content

Commit 776fb80

Browse files
authored
Merge pull request #114 from CyberSource/release-aug24
Release aug24
2 parents 2137359 + faa2b48 commit 776fb80

File tree

294 files changed

+5500
-18581
lines changed

Some content is hidden

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

294 files changed

+5500
-18581
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.64"
20+
s.version = "0.0.65"
2121
s.platform = Gem::Platform::RUBY
2222
s.authors = ["CyberSource"]
2323
s.email = ["[email protected]"]

docs/AsymmetricKeyManagementApi.md

-203
This file was deleted.

docs/BatchesApi.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212

1313
# **get_batch_report**
14-
> InlineResponse2008 get_batch_report(batch_id)
14+
> InlineResponse2007 get_batch_report(batch_id)
1515
1616
Retrieve a Batch Report
1717

@@ -44,7 +44,7 @@ Name | Type | Description | Notes
4444

4545
### Return type
4646

47-
[**InlineResponse2008**](InlineResponse2008.md)
47+
[**InlineResponse2007**](InlineResponse2007.md)
4848

4949
### Authorization
5050

@@ -58,7 +58,7 @@ No authorization required
5858

5959

6060
# **get_batch_status**
61-
> InlineResponse2007 get_batch_status(batch_id)
61+
> InlineResponse2006 get_batch_status(batch_id)
6262
6363
Retrieve a Batch Status
6464

@@ -91,7 +91,7 @@ Name | Type | Description | Notes
9191

9292
### Return type
9393

94-
[**InlineResponse2007**](InlineResponse2007.md)
94+
[**InlineResponse2006**](InlineResponse2006.md)
9595

9696
### Authorization
9797

@@ -105,7 +105,7 @@ No authorization required
105105

106106

107107
# **get_batches_list**
108-
> InlineResponse2006 get_batches_list(opts)
108+
> InlineResponse2005 get_batches_list(opts)
109109
110110
List Batches
111111

@@ -145,7 +145,7 @@ Name | Type | Description | Notes
145145

146146
### Return type
147147

148-
[**InlineResponse2006**](InlineResponse2006.md)
148+
[**InlineResponse2005**](InlineResponse2005.md)
149149

150150
### Authorization
151151

docs/BinLookupApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212
1313
BIN Lookup API
1414

15-
The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources. This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses with a flexible choice of inputs such as primary account number (PAN), network token from major networks which includes device PAN (DPAN), and all types of tokens generated via CyberSource Token Management Service (TMS). Currently, the range of available credentials is contingent on the networks enabled for the business entity. Therefore, the network information specified in this documentation is illustrative and subject to personalized offerings for each reseller or merchant.
15+
The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources. This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses with a flexible choice of inputs such as primary account number (PAN), network token from major networks which includes device PAN (DPAN), and all types of tokens generated via CyberSource Token Management Service (TMS). Currently, the range of available credentials is contingent on the networks enabled for the business entity. Therefore, the network information specified in this documentation is illustrative and subject to personalized offerings for each reseller or merchant.
1616

1717
### Example
1818
```ruby
@@ -50,7 +50,7 @@ No authorization required
5050
### HTTP request headers
5151

5252
- **Content-Type**: application/json;charset=utf-8
53-
- **Accept**: application/hal+json;charset=utf-8
53+
- **Accept**: application/json;charset=utf-8
5454

5555

5656

docs/CheckPayerAuthEnrollmentRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**client_reference_information** | [**Riskv1decisionsClientReferenceInformation**](Riskv1decisionsClientReferenceInformation.md) | | [optional]
6+
**client_reference_information** | [**Riskv1authenticationsetupsClientReferenceInformation**](Riskv1authenticationsetupsClientReferenceInformation.md) | | [optional]
77
**order_information** | [**Riskv1authenticationsOrderInformation**](Riskv1authenticationsOrderInformation.md) | | [optional]
88
**payment_information** | [**Riskv1authenticationsPaymentInformation**](Riskv1authenticationsPaymentInformation.md) | | [optional]
99
**processing_information** | [**Riskv1authenticationsetupsProcessingInformation**](Riskv1authenticationsetupsProcessingInformation.md) | | [optional]

docs/CreateNewWebhooksApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ No authorization required
5858

5959

6060
# **find_products_to_subscribe**
61-
> Array<InlineResponse2003> find_products_to_subscribe(organization_id)
61+
> Array<InlineResponse2002> find_products_to_subscribe(organization_id)
6262
6363
Find Products You Can Subscribe To
6464

@@ -91,7 +91,7 @@ Name | Type | Description | Notes
9191

9292
### Return type
9393

94-
[**Array<InlineResponse2003>**](InlineResponse2003.md)
94+
[**Array<InlineResponse2002>**](InlineResponse2002.md)
9595

9696
### Authorization
9797

docs/CreateP12KeysRequest.md

-9
This file was deleted.

docs/CreatePaymentRequest.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**payment_information** | [**Ptsv2paymentsPaymentInformation**](Ptsv2paymentsPaymentInformation.md) | | [optional]
1010
**order_information** | [**Ptsv2paymentsOrderInformation**](Ptsv2paymentsOrderInformation.md) | | [optional]
1111
**buyer_information** | [**Ptsv2paymentsBuyerInformation**](Ptsv2paymentsBuyerInformation.md) | | [optional]
12+
**sender_information** | [**Ptsv2paymentsSenderInformation**](Ptsv2paymentsSenderInformation.md) | | [optional]
1213
**recipient_information** | [**Ptsv2paymentsRecipientInformation**](Ptsv2paymentsRecipientInformation.md) | | [optional]
1314
**device_information** | [**Ptsv2paymentsDeviceInformation**](Ptsv2paymentsDeviceInformation.md) | | [optional]
1415
**merchant_information** | [**Ptsv2paymentsMerchantInformation**](Ptsv2paymentsMerchantInformation.md) | | [optional]

docs/CreateSharedSecretKeysRequest.md

-9
This file was deleted.

docs/CreateSharedSecretKeysVerifiRequest.md

-9
This file was deleted.

docs/DeleteBulkP12KeysRequest.md

-9
This file was deleted.

docs/DeleteBulkSymmetricKeysRequest.md

-9
This file was deleted.

docs/InlineResponse2001.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**submit_time_utc** | **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. | [optional]
7-
**total_count** | **Integer** | Specifies the total number of items found based on the request | [optional]
8-
**offset** | **Integer** | Specifies the record offset from the records are returned part of the response | [optional]
9-
**limit** | **Integer** | Specifies the maximum number of records requested part of the response | [optional]
10-
**sort** | **String** | Specifies a comma separated list of field names based on which the result is sorted. | [optional]
11-
**keys** | [**Array<InlineResponse2001Keys>**](InlineResponse2001Keys.md) | | [optional]
6+
**registration_information** | [**Boardingv1registrationsRegistrationInformation**](Boardingv1registrationsRegistrationInformation.md) | | [optional]
7+
**integration_information** | [**InlineResponse2001IntegrationInformation**](InlineResponse2001IntegrationInformation.md) | | [optional]
8+
**organization_information** | [**Boardingv1registrationsOrganizationInformation**](Boardingv1registrationsOrganizationInformation.md) | | [optional]
9+
**product_information** | [**Boardingv1registrationsProductInformation**](Boardingv1registrationsProductInformation.md) | | [optional]
10+
**product_information_setups** | [**Array<InlineResponse2012ProductInformationSetups>**](InlineResponse2012ProductInformationSetups.md) | | [optional]
11+
**document_information** | [**Boardingv1registrationsDocumentInformation**](Boardingv1registrationsDocumentInformation.md) | | [optional]
12+
**details** | **Hash<String, Array<Object>>** | | [optional]
1213

1314

0 commit comments

Comments
 (0)