Skip to content

Commit 67fef98

Browse files
Merge pull request #157 from CyberSource/release-may-2024
Release May 2024
2 parents 661b220 + 52d01db commit 67fef98

File tree

2,840 files changed

+10599
-4597
lines changed

Some content is hidden

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

2,840 files changed

+10599
-4597
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ override the new secure-http default setting)*.
2929
{
3030
"require": {
3131
"php": ">=8.0.0",
32-
"cybersource/rest-client-php": "0.0.49"
32+
"cybersource/rest-client-php": "0.0.50"
3333
}
3434
}
3535
```

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cybersource/rest-client-php",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "Client SDK for CyberSource REST APIs",
55
"keywords": [
66
"cybersource", "payments", "ecommerce", "merchant", "merchants", "authorize", "visa", "payment", "payment-gateway", "payment-integration", "payment-module", "payment-processing", "payment-service", "payment-methods"
@@ -20,8 +20,8 @@
2020
"ext-mbstring": "*",
2121
"cache/apcu-adapter": ">=1.1.0",
2222
"firebase/php-jwt": "^6.0.0",
23-
"monolog/monolog": ">=1.25.0",
24-
"web-token/jwt-framework": "^2.2.11"
23+
"monolog/monolog": ">=1.25.0",
24+
"web-token/jwt-framework": "^2.2.11|^3.3.5"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "9.6.15"

docs/Api/BatchesApi.md

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

1212

1313
# **getBatchReport**
14-
> \CyberSource\Model\InlineResponse2007 getBatchReport($batchId)
14+
> \CyberSource\Model\InlineResponse2008 getBatchReport($batchId)
1515
1616
Retrieve a Batch Report
1717

@@ -42,7 +42,7 @@ Name | Type | Description | Notes
4242

4343
### Return type
4444

45-
[**\CyberSource\Model\InlineResponse2007**](../Model/InlineResponse2007.md)
45+
[**\CyberSource\Model\InlineResponse2008**](../Model/InlineResponse2008.md)
4646

4747
### Authorization
4848

@@ -56,7 +56,7 @@ No authorization required
5656
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5757

5858
# **getBatchStatus**
59-
> \CyberSource\Model\InlineResponse2006 getBatchStatus($batchId)
59+
> \CyberSource\Model\InlineResponse2007 getBatchStatus($batchId)
6060
6161
Retrieve a Batch Status
6262

@@ -87,7 +87,7 @@ Name | Type | Description | Notes
8787

8888
### Return type
8989

90-
[**\CyberSource\Model\InlineResponse2006**](../Model/InlineResponse2006.md)
90+
[**\CyberSource\Model\InlineResponse2007**](../Model/InlineResponse2007.md)
9191

9292
### Authorization
9393

@@ -101,7 +101,7 @@ No authorization required
101101
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
102102

103103
# **getBatchesList**
104-
> \CyberSource\Model\InlineResponse2005 getBatchesList($offset, $limit, $fromDate, $toDate)
104+
> \CyberSource\Model\InlineResponse2006 getBatchesList($offset, $limit, $fromDate, $toDate)
105105
106106
List Batches
107107

@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138138

139139
### Return type
140140

141-
[**\CyberSource\Model\InlineResponse2005**](../Model/InlineResponse2005.md)
141+
[**\CyberSource\Model\InlineResponse2006**](../Model/InlineResponse2006.md)
142142

143143
### Authorization
144144

docs/Api/CustomerApi.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ No authorization required
5757
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5858

5959
# **getCustomer**
60-
> \CyberSource\Model\TmsV2CustomersResponse getCustomer($customerId, $profileId)
60+
> \CyberSource\Model\PostCustomerRequest getCustomer($customerId, $profileId)
6161
6262
Retrieve a Customer
6363

@@ -90,7 +90,7 @@ Name | Type | Description | Notes
9090

9191
### Return type
9292

93-
[**\CyberSource\Model\TmsV2CustomersResponse**](../Model/TmsV2CustomersResponse.md)
93+
[**\CyberSource\Model\PostCustomerRequest**](../Model/PostCustomerRequest.md)
9494

9595
### Authorization
9696

@@ -104,7 +104,7 @@ No authorization required
104104
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
105105

106106
# **patchCustomer**
107-
> \CyberSource\Model\TmsV2CustomersResponse patchCustomer($customerId, $patchCustomerRequest, $profileId, $ifMatch)
107+
> \CyberSource\Model\PatchCustomerRequest patchCustomer($customerId, $patchCustomerRequest, $profileId, $ifMatch)
108108
109109
Update a Customer
110110

@@ -141,7 +141,7 @@ Name | Type | Description | Notes
141141

142142
### Return type
143143

144-
[**\CyberSource\Model\TmsV2CustomersResponse**](../Model/TmsV2CustomersResponse.md)
144+
[**\CyberSource\Model\PatchCustomerRequest**](../Model/PatchCustomerRequest.md)
145145

146146
### Authorization
147147

@@ -155,7 +155,7 @@ No authorization required
155155
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
156156

157157
# **postCustomer**
158-
> \CyberSource\Model\TmsV2CustomersResponse postCustomer($postCustomerRequest, $profileId)
158+
> \CyberSource\Model\PostCustomerRequest postCustomer($postCustomerRequest, $profileId)
159159
160160
Create a Customer
161161

@@ -188,7 +188,7 @@ Name | Type | Description | Notes
188188

189189
### Return type
190190

191-
[**\CyberSource\Model\TmsV2CustomersResponse**](../Model/TmsV2CustomersResponse.md)
191+
[**\CyberSource\Model\PostCustomerRequest**](../Model/PostCustomerRequest.md)
192192

193193
### Authorization
194194

docs/Api/CustomerPaymentInstrumentApi.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ No authorization required
6060
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
6161

6262
# **getCustomerPaymentInstrument**
63-
> \CyberSource\Model\Tmsv2customersEmbeddedDefaultPaymentInstrument getCustomerPaymentInstrument($customerId, $paymentInstrumentId, $profileId)
63+
> \CyberSource\Model\PostCustomerPaymentInstrumentRequest getCustomerPaymentInstrument($customerId, $paymentInstrumentId, $profileId)
6464
6565
Retrieve a Customer Payment Instrument
6666

@@ -95,7 +95,7 @@ Name | Type | Description | Notes
9595

9696
### Return type
9797

98-
[**\CyberSource\Model\Tmsv2customersEmbeddedDefaultPaymentInstrument**](../Model/Tmsv2customersEmbeddedDefaultPaymentInstrument.md)
98+
[**\CyberSource\Model\PostCustomerPaymentInstrumentRequest**](../Model/PostCustomerPaymentInstrumentRequest.md)
9999

100100
### Authorization
101101

@@ -160,7 +160,7 @@ No authorization required
160160
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
161161

162162
# **patchCustomersPaymentInstrument**
163-
> \CyberSource\Model\Tmsv2customersEmbeddedDefaultPaymentInstrument patchCustomersPaymentInstrument($customerId, $paymentInstrumentId, $patchCustomerPaymentInstrumentRequest, $profileId, $ifMatch)
163+
> \CyberSource\Model\PatchCustomerPaymentInstrumentRequest patchCustomersPaymentInstrument($customerId, $paymentInstrumentId, $patchCustomerPaymentInstrumentRequest, $profileId, $ifMatch)
164164
165165
Update a Customer Payment Instrument
166166

@@ -199,7 +199,7 @@ Name | Type | Description | Notes
199199

200200
### Return type
201201

202-
[**\CyberSource\Model\Tmsv2customersEmbeddedDefaultPaymentInstrument**](../Model/Tmsv2customersEmbeddedDefaultPaymentInstrument.md)
202+
[**\CyberSource\Model\PatchCustomerPaymentInstrumentRequest**](../Model/PatchCustomerPaymentInstrumentRequest.md)
203203

204204
### Authorization
205205

@@ -213,7 +213,7 @@ No authorization required
213213
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
214214

215215
# **postCustomerPaymentInstrument**
216-
> \CyberSource\Model\Tmsv2customersEmbeddedDefaultPaymentInstrument postCustomerPaymentInstrument($customerId, $postCustomerPaymentInstrumentRequest, $profileId)
216+
> \CyberSource\Model\PostCustomerPaymentInstrumentRequest postCustomerPaymentInstrument($customerId, $postCustomerPaymentInstrumentRequest, $profileId)
217217
218218
Create a Customer Payment Instrument
219219

@@ -248,7 +248,7 @@ Name | Type | Description | Notes
248248

249249
### Return type
250250

251-
[**\CyberSource\Model\Tmsv2customersEmbeddedDefaultPaymentInstrument**](../Model/Tmsv2customersEmbeddedDefaultPaymentInstrument.md)
251+
[**\CyberSource\Model\PostCustomerPaymentInstrumentRequest**](../Model/PostCustomerPaymentInstrumentRequest.md)
252252

253253
### Authorization
254254

docs/Api/CustomerShippingAddressApi.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ No authorization required
6060
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
6161

6262
# **getCustomerShippingAddress**
63-
> \CyberSource\Model\Tmsv2customersEmbeddedDefaultShippingAddress getCustomerShippingAddress($customerId, $shippingAddressId, $profileId)
63+
> \CyberSource\Model\PostCustomerShippingAddressRequest getCustomerShippingAddress($customerId, $shippingAddressId, $profileId)
6464
6565
Retrieve a Customer Shipping Address
6666

@@ -95,7 +95,7 @@ Name | Type | Description | Notes
9595

9696
### Return type
9797

98-
[**\CyberSource\Model\Tmsv2customersEmbeddedDefaultShippingAddress**](../Model/Tmsv2customersEmbeddedDefaultShippingAddress.md)
98+
[**\CyberSource\Model\PostCustomerShippingAddressRequest**](../Model/PostCustomerShippingAddressRequest.md)
9999

100100
### Authorization
101101

@@ -160,7 +160,7 @@ No authorization required
160160
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
161161

162162
# **patchCustomersShippingAddress**
163-
> \CyberSource\Model\Tmsv2customersEmbeddedDefaultShippingAddress patchCustomersShippingAddress($customerId, $shippingAddressId, $patchCustomerShippingAddressRequest, $profileId, $ifMatch)
163+
> \CyberSource\Model\PatchCustomerShippingAddressRequest patchCustomersShippingAddress($customerId, $shippingAddressId, $patchCustomerShippingAddressRequest, $profileId, $ifMatch)
164164
165165
Update a Customer Shipping Address
166166

@@ -199,7 +199,7 @@ Name | Type | Description | Notes
199199

200200
### Return type
201201

202-
[**\CyberSource\Model\Tmsv2customersEmbeddedDefaultShippingAddress**](../Model/Tmsv2customersEmbeddedDefaultShippingAddress.md)
202+
[**\CyberSource\Model\PatchCustomerShippingAddressRequest**](../Model/PatchCustomerShippingAddressRequest.md)
203203

204204
### Authorization
205205

@@ -213,7 +213,7 @@ No authorization required
213213
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
214214

215215
# **postCustomerShippingAddress**
216-
> \CyberSource\Model\Tmsv2customersEmbeddedDefaultShippingAddress postCustomerShippingAddress($customerId, $postCustomerShippingAddressRequest, $profileId)
216+
> \CyberSource\Model\PostCustomerShippingAddressRequest postCustomerShippingAddress($customerId, $postCustomerShippingAddressRequest, $profileId)
217217
218218
Create a Customer Shipping Address
219219

@@ -248,7 +248,7 @@ Name | Type | Description | Notes
248248

249249
### Return type
250250

251-
[**\CyberSource\Model\Tmsv2customersEmbeddedDefaultShippingAddress**](../Model/Tmsv2customersEmbeddedDefaultShippingAddress.md)
251+
[**\CyberSource\Model\PostCustomerShippingAddressRequest**](../Model/PostCustomerShippingAddressRequest.md)
252252

253253
### Authorization
254254

docs/Api/InstrumentIdentifierApi.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ No authorization required
5959
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
6060

6161
# **getInstrumentIdentifier**
62-
> \CyberSource\Model\TmsEmbeddedInstrumentIdentifier getInstrumentIdentifier($instrumentIdentifierId, $profileId)
62+
> \CyberSource\Model\PostInstrumentIdentifierRequest getInstrumentIdentifier($instrumentIdentifierId, $profileId)
6363
6464
Retrieve an Instrument Identifier
6565

@@ -92,7 +92,7 @@ Name | Type | Description | Notes
9292

9393
### Return type
9494

95-
[**\CyberSource\Model\TmsEmbeddedInstrumentIdentifier**](../Model/TmsEmbeddedInstrumentIdentifier.md)
95+
[**\CyberSource\Model\PostInstrumentIdentifierRequest**](../Model/PostInstrumentIdentifierRequest.md)
9696

9797
### Authorization
9898

@@ -106,7 +106,7 @@ No authorization required
106106
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
107107

108108
# **getInstrumentIdentifierPaymentInstrumentsList**
109-
> \CyberSource\Model\PaymentInstrumentList getInstrumentIdentifierPaymentInstrumentsList($instrumentIdentifierId, $profileId, $offset, $limit)
109+
> \CyberSource\Model\PaymentInstrumentList1 getInstrumentIdentifierPaymentInstrumentsList($instrumentIdentifierId, $profileId, $offset, $limit)
110110
111111
List Payment Instruments for an Instrument Identifier
112112

@@ -143,7 +143,7 @@ Name | Type | Description | Notes
143143

144144
### Return type
145145

146-
[**\CyberSource\Model\PaymentInstrumentList**](../Model/PaymentInstrumentList.md)
146+
[**\CyberSource\Model\PaymentInstrumentList1**](../Model/PaymentInstrumentList1.md)
147147

148148
### Authorization
149149

@@ -157,7 +157,7 @@ No authorization required
157157
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
158158

159159
# **patchInstrumentIdentifier**
160-
> \CyberSource\Model\TmsEmbeddedInstrumentIdentifier patchInstrumentIdentifier($instrumentIdentifierId, $patchInstrumentIdentifierRequest, $profileId, $ifMatch)
160+
> \CyberSource\Model\PatchInstrumentIdentifierRequest patchInstrumentIdentifier($instrumentIdentifierId, $patchInstrumentIdentifierRequest, $profileId, $ifMatch)
161161
162162
Update an Instrument Identifier
163163

@@ -194,7 +194,7 @@ Name | Type | Description | Notes
194194

195195
### Return type
196196

197-
[**\CyberSource\Model\TmsEmbeddedInstrumentIdentifier**](../Model/TmsEmbeddedInstrumentIdentifier.md)
197+
[**\CyberSource\Model\PatchInstrumentIdentifierRequest**](../Model/PatchInstrumentIdentifierRequest.md)
198198

199199
### Authorization
200200

@@ -208,7 +208,7 @@ No authorization required
208208
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
209209

210210
# **postInstrumentIdentifier**
211-
> \CyberSource\Model\TmsEmbeddedInstrumentIdentifier postInstrumentIdentifier($postInstrumentIdentifierRequest, $profileId)
211+
> \CyberSource\Model\PostInstrumentIdentifierRequest postInstrumentIdentifier($postInstrumentIdentifierRequest, $profileId)
212212
213213
Create an Instrument Identifier
214214

@@ -241,7 +241,7 @@ Name | Type | Description | Notes
241241

242242
### Return type
243243

244-
[**\CyberSource\Model\TmsEmbeddedInstrumentIdentifier**](../Model/TmsEmbeddedInstrumentIdentifier.md)
244+
[**\CyberSource\Model\PostInstrumentIdentifierRequest**](../Model/PostInstrumentIdentifierRequest.md)
245245

246246
### Authorization
247247

docs/Api/KeymanagementApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# CyberSource\KeymanagementApi
1+
# CyberSource\KeyManagementApi
22

33
All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**searchKeys**](KeymanagementApi.md#searchKeys) | **GET** /kms/v2/keys | Search Keys
7+
[**searchKeys**](KeyManagementApi.md#searchKeys) | **GET** /kms/v2/keys | Search Keys
88

99

1010
# **searchKeys**
@@ -19,7 +19,7 @@ Search one or more Keys
1919
<?php
2020
require_once(__DIR__ . '/vendor/autoload.php');
2121

22-
$api_instance = new CyberSource\Api\KeymanagementApi();
22+
$api_instance = new CyberSource\Api\KeyManagementApi();
2323
$offset = 56; // int | This allows you to specify the page offset from the resulting list resultset you want the records to be returned
2424
$limit = 56; // int | This allows you to specify the total number of records to be returned off the resulting list resultset
2525
$sort = "sort_example"; // string | This allows you to specify a comma separated list of fields in the order which the resulting list resultset must be sorted.
@@ -33,7 +33,7 @@ try {
3333
$result = $api_instance->searchKeys($offset, $limit, $sort, $organizationIds, $keyIds, $keyTypes, $expirationStartDate, $expirationEndDate);
3434
print_r($result);
3535
} catch (Exception $e) {
36-
echo 'Exception when calling KeymanagementApi->searchKeys: ', $e->getMessage(), PHP_EOL;
36+
echo 'Exception when calling KeyManagementApi->searchKeys: ', $e->getMessage(), PHP_EOL;
3737
}
3838
?>
3939
```

docs/Api/KeymanagementpasswordApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# CyberSource\KeymanagementpasswordApi
1+
# CyberSource\KeyManagementPasswordApi
22

33
All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**updatePassword**](KeymanagementpasswordApi.md#updatePassword) | **PATCH** /kms/v2/keys-password/{keyId} | Activate or De-activate Password
7+
[**updatePassword**](KeyManagementPasswordApi.md#updatePassword) | **PATCH** /kms/v2/keys-password/{keyId} | Activate or De-activate Password
88

99

1010
# **updatePassword**
@@ -19,15 +19,15 @@ Activate or De-activate key of type password
1919
<?php
2020
require_once(__DIR__ . '/vendor/autoload.php');
2121

22-
$api_instance = new CyberSource\Api\KeymanagementpasswordApi();
22+
$api_instance = new CyberSource\Api\KeyManagementPasswordApi();
2323
$keyId = "keyId_example"; // string | Key ID.
2424
$updatePasswordKeysRequest = new \CyberSource\Model\UpdatePasswordKeysRequest(); // \CyberSource\Model\UpdatePasswordKeysRequest |
2525

2626
try {
2727
$result = $api_instance->updatePassword($keyId, $updatePasswordKeysRequest);
2828
print_r($result);
2929
} catch (Exception $e) {
30-
echo 'Exception when calling KeymanagementpasswordApi->updatePassword: ', $e->getMessage(), PHP_EOL;
30+
echo 'Exception when calling KeyManagementPasswordApi->updatePassword: ', $e->getMessage(), PHP_EOL;
3131
}
3232
?>
3333
```

0 commit comments

Comments
 (0)