Skip to content

Commit 3108846

Browse files
authored
Merge pull request #203 from CyberSource/release/sep25
Release/sep25
2 parents 53f0bbc + 5129aef commit 3108846

File tree

445 files changed

+46387
-4839
lines changed

Some content is hidden

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

445 files changed

+46387
-4839
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cybersource/rest-client-php",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
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"
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# CyberSource\BankAccountValidationApi
2+
3+
All URIs are relative to *https://apitest.cybersource.com*
4+
5+
Method | HTTP request | Description
6+
------------- | ------------- | -------------
7+
[**bankAccountValidationRequest**](BankAccountValidationApi.md#bankAccountValidationRequest) | **POST** /bavs/v1/account-validations | Visa Bank Account Validation Service
8+
9+
10+
# **bankAccountValidationRequest**
11+
> \CyberSource\Model\InlineResponse20013 bankAccountValidationRequest($accountValidationsRequest)
12+
13+
Visa Bank Account Validation Service
14+
15+
The Visa Bank Account Validation Service is a new standalone product designed to validate customer's routing and bank account number combination for ACH transactions. Merchant's can use this standalone product to validate their customer's account prior to processing an ACH transaction against the customer's account to comply with Nacha's account validation mandate for Web-debit transactions.
16+
17+
### Example
18+
```php
19+
<?php
20+
require_once(__DIR__ . '/vendor/autoload.php');
21+
22+
$api_instance = new CyberSource\Api\BankAccountValidationApi();
23+
$accountValidationsRequest = new \CyberSource\Model\AccountValidationsRequest(); // \CyberSource\Model\AccountValidationsRequest |
24+
25+
try {
26+
$result = $api_instance->bankAccountValidationRequest($accountValidationsRequest);
27+
print_r($result);
28+
} catch (Exception $e) {
29+
echo 'Exception when calling BankAccountValidationApi->bankAccountValidationRequest: ', $e->getMessage(), PHP_EOL;
30+
}
31+
?>
32+
```
33+
34+
### Parameters
35+
36+
Name | Type | Description | Notes
37+
------------- | ------------- | ------------- | -------------
38+
**accountValidationsRequest** | [**\CyberSource\Model\AccountValidationsRequest**](../Model/AccountValidationsRequest.md)| |
39+
40+
### Return type
41+
42+
[**\CyberSource\Model\InlineResponse20013**](../Model/InlineResponse20013.md)
43+
44+
### Authorization
45+
46+
No authorization required
47+
48+
### HTTP request headers
49+
50+
- **Content-Type**: application/json;charset=utf-8
51+
- **Accept**: application/json;charset=utf-8
52+
53+
[[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)
54+

docs/Api/BatchesApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212

1313
# **getBatchReport**
14-
> \CyberSource\Model\InlineResponse20011 getBatchReport($batchId)
14+
> \CyberSource\Model\InlineResponse20012 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\InlineResponse20011**](../Model/InlineResponse20011.md)
45+
[**\CyberSource\Model\InlineResponse20012**](../Model/InlineResponse20012.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\InlineResponse20010 getBatchStatus($batchId)
59+
> \CyberSource\Model\InlineResponse20011 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\InlineResponse20010**](../Model/InlineResponse20010.md)
90+
[**\CyberSource\Model\InlineResponse20011**](../Model/InlineResponse20011.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\InlineResponse2009 getBatchesList($offset, $limit, $fromDate, $toDate)
104+
> \CyberSource\Model\InlineResponse20010 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\InlineResponse2009**](../Model/InlineResponse2009.md)
141+
[**\CyberSource\Model\InlineResponse20010**](../Model/InlineResponse20010.md)
142142

143143
### Authorization
144144

docs/Api/CreateNewWebhooksApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111

1212
# **findProductsToSubscribe**
13-
> \CyberSource\Model\InlineResponse2003[] findProductsToSubscribe($organizationId)
13+
> \CyberSource\Model\InlineResponse2004[] findProductsToSubscribe($organizationId)
1414
1515
Find Products You Can Subscribe To
1616

@@ -41,7 +41,7 @@ Name | Type | Description | Notes
4141

4242
### Return type
4343

44-
[**\CyberSource\Model\InlineResponse2003[]**](../Model/InlineResponse2003.md)
44+
[**\CyberSource\Model\InlineResponse2004[]**](../Model/InlineResponse2004.md)
4545

4646
### Authorization
4747

docs/Api/DeviceDeAssociationApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ No authorization required
5353
[[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)
5454

5555
# **postDeAssociateV3Terminal**
56-
> \CyberSource\Model\InlineResponse2007[] postDeAssociateV3Terminal($deviceDeAssociateV3Request)
56+
> \CyberSource\Model\InlineResponse2008[] postDeAssociateV3Terminal($deviceDeAssociateV3Request)
5757
5858
De-associate a device from merchant to account or reseller and from account to reseller
5959

@@ -84,7 +84,7 @@ Name | Type | Description | Notes
8484

8585
### Return type
8686

87-
[**\CyberSource\Model\InlineResponse2007[]**](../Model/InlineResponse2007.md)
87+
[**\CyberSource\Model\InlineResponse2008[]**](../Model/InlineResponse2008.md)
8888

8989
### Authorization
9090

docs/Api/DeviceSearchApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99

1010

1111
# **postSearchQuery**
12-
> \CyberSource\Model\InlineResponse2006 postSearchQuery($postDeviceSearchRequest)
12+
> \CyberSource\Model\InlineResponse2007 postSearchQuery($postDeviceSearchRequest)
1313
1414
Retrieve List of Devices for a given search query V2
1515

@@ -40,7 +40,7 @@ Name | Type | Description | Notes
4040

4141
### Return type
4242

43-
[**\CyberSource\Model\InlineResponse2006**](../Model/InlineResponse2006.md)
43+
[**\CyberSource\Model\InlineResponse2007**](../Model/InlineResponse2007.md)
4444

4545
### Authorization
4646

@@ -54,7 +54,7 @@ No authorization required
5454
[[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)
5555

5656
# **postSearchQueryV3**
57-
> \CyberSource\Model\InlineResponse2008 postSearchQueryV3($postDeviceSearchRequestV3)
57+
> \CyberSource\Model\InlineResponse2009 postSearchQueryV3($postDeviceSearchRequestV3)
5858
5959
Retrieve List of Devices for a given search query
6060

@@ -85,7 +85,7 @@ Name | Type | Description | Notes
8585

8686
### Return type
8787

88-
[**\CyberSource\Model\InlineResponse2008**](../Model/InlineResponse2008.md)
88+
[**\CyberSource\Model\InlineResponse2009**](../Model/InlineResponse2009.md)
8989

9090
### Authorization
9191

docs/Api/ManageWebhooksApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ No authorization required
103103
[[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)
104104

105105
# **getWebhookSubscriptionsByOrg**
106-
> \CyberSource\Model\InlineResponse2004[] getWebhookSubscriptionsByOrg($organizationId, $productId, $eventType)
106+
> \CyberSource\Model\InlineResponse2005[] getWebhookSubscriptionsByOrg($organizationId, $productId, $eventType)
107107
108108
Get Details On All Created Webhooks
109109

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

139139
### Return type
140140

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

143143
### Authorization
144144

@@ -197,7 +197,7 @@ No authorization required
197197
[[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)
198198

199199
# **notificationSubscriptionsV2WebhooksWebhookIdPatch**
200-
> \CyberSource\Model\InlineResponse2005 notificationSubscriptionsV2WebhooksWebhookIdPatch($webhookId, $updateWebhook)
200+
> \CyberSource\Model\InlineResponse2006 notificationSubscriptionsV2WebhooksWebhookIdPatch($webhookId, $updateWebhook)
201201
202202
Update a Webhook Subscription
203203

@@ -230,7 +230,7 @@ Name | Type | Description | Notes
230230

231231
### Return type
232232

233-
[**\CyberSource\Model\InlineResponse2005**](../Model/InlineResponse2005.md)
233+
[**\CyberSource\Model\InlineResponse2006**](../Model/InlineResponse2006.md)
234234

235235
### Authorization
236236

docs/Api/MerchantBoardingApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99

1010

1111
# **getRegistration**
12-
> \CyberSource\Model\InlineResponse2002 getRegistration($registrationId)
12+
> \CyberSource\Model\InlineResponse2003 getRegistration($registrationId)
1313
1414
Gets all the information on a boarding registration
1515

@@ -40,7 +40,7 @@ Name | Type | Description | Notes
4040

4141
### Return type
4242

43-
[**\CyberSource\Model\InlineResponse2002**](../Model/InlineResponse2002.md)
43+
[**\CyberSource\Model\InlineResponse2003**](../Model/InlineResponse2003.md)
4444

4545
### Authorization
4646

0 commit comments

Comments
 (0)