Skip to content

Commit b4f22ac

Browse files
author
Shaseendran
committed
Mustache File changes
1 parent 5e8b1b0 commit b4f22ac

File tree

751 files changed

+38775
-4007
lines changed

Some content is hidden

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

751 files changed

+38775
-4007
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "6.1"
5+
- "5"
6+
- "5.11"
7+

docs/CapturePaymentRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**clientReferenceInformation** | [**Ptsv2paymentsClientReferenceInformation**](Ptsv2paymentsClientReferenceInformation.md) | | [optional]
6+
**clientReferenceInformation** | [**Ptsv2paymentsidcapturesClientReferenceInformation**](Ptsv2paymentsidcapturesClientReferenceInformation.md) | | [optional]
77
**processingInformation** | [**Ptsv2paymentsidcapturesProcessingInformation**](Ptsv2paymentsidcapturesProcessingInformation.md) | | [optional]
88
**paymentInformation** | [**Ptsv2paymentsidcapturesPaymentInformation**](Ptsv2paymentsidcapturesPaymentInformation.md) | | [optional]
99
**orderInformation** | [**Ptsv2paymentsidcapturesOrderInformation**](Ptsv2paymentsidcapturesOrderInformation.md) | | [optional]

docs/CreateCreditRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**clientReferenceInformation** | [**Ptsv2paymentsClientReferenceInformation**](Ptsv2paymentsClientReferenceInformation.md) | | [optional]
6+
**clientReferenceInformation** | [**Ptsv2paymentsidcapturesClientReferenceInformation**](Ptsv2paymentsidcapturesClientReferenceInformation.md) | | [optional]
77
**processingInformation** | [**Ptsv2creditsProcessingInformation**](Ptsv2creditsProcessingInformation.md) | | [optional]
88
**paymentInformation** | [**Ptsv2paymentsidrefundsPaymentInformation**](Ptsv2paymentsidrefundsPaymentInformation.md) | | [optional]
99
**orderInformation** | [**Ptsv2paymentsidrefundsOrderInformation**](Ptsv2paymentsidrefundsOrderInformation.md) | | [optional]

docs/ProcessAPayoutApi.md

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

1010
<a name="octCreatePayment"></a>
1111
# **octCreatePayment**
12-
> octCreatePayment(octCreatePaymentRequest)
12+
> PtsV2PayoutsPost201Response octCreatePayment(octCreatePaymentRequest)
1313
1414
Process a Payout
1515

@@ -28,7 +28,7 @@ var callback = function(error, data, response) {
2828
if (error) {
2929
console.error(error);
3030
} else {
31-
console.log('API called successfully.');
31+
console.log('API called successfully. Returned data: ' + data);
3232
}
3333
};
3434
apiInstance.octCreatePayment(octCreatePaymentRequest, callback);
@@ -42,7 +42,7 @@ Name | Type | Description | Notes
4242

4343
### Return type
4444

45-
null (empty response body)
45+
[**PtsV2PayoutsPost201Response**](PtsV2PayoutsPost201Response.md)
4646

4747
### Authorization
4848

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CyberSource.PtsV1TransactionBatchesIdGet200Response
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | Unique identifier assigned to the batch file. | [optional]
7+
**uploadDate** | **String** | Date when the batch template was update. | [optional]
8+
**completionDate** | **String** | The date when the batch template processing completed. | [optional]
9+
**transactionCount** | **Number** | Number of transactions in the transaction. | [optional]
10+
**acceptedTransactionCount** | **Number** | Number of transactions accepted. | [optional]
11+
**rejectedTransactionCount** | **String** | Number of transactions rejected. | [optional]
12+
**status** | **String** | The status of you batch template processing. | [optional]
13+
**links** | [**PtsV1TransactionBatchesIdGet200ResponseLinks**](PtsV1TransactionBatchesIdGet200ResponseLinks.md) | | [optional]
14+
15+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.PtsV1TransactionBatchesIdGet200ResponseLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**transactions** | [**[PtsV1TransactionBatchesIdGet200ResponseLinksTransactions]**](PtsV1TransactionBatchesIdGet200ResponseLinksTransactions.md) | | [optional]
7+
8+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource.PtsV1TransactionBatchesIdGet200ResponseLinksTransactions
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**href** | **String** | Self link for this request | [optional]
7+
**method** | **String** | | [optional]
8+
9+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# CyberSource.PtsV2PayoutsPost201Response
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**links** | [**PtsV2PaymentsReversalsPost201ResponseLinks**](PtsV2PaymentsReversalsPost201ResponseLinks.md) | | [optional]
7+
**id** | **String** | An unique identification number assigned by CyberSource to identify the submitted request. | [optional]
8+
**submitTimeUtc** | **String** | Time of request in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60; 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]
9+
**status** | **String** | The status of the submitted transaction. | [optional]
10+
**reconciliationId** | **String** | Cybersource or merchant generated transaction reference number. This is sent to the processor and is echoed back in the response to the merchant. This is This value is used for reconciliation purposes. | [optional]
11+
**statusInformation** | [**PtsV2PayoutsPost201ResponseStatusInformation**](PtsV2PayoutsPost201ResponseStatusInformation.md) | | [optional]
12+
**errorInformation** | [**PtsV2PayoutsPost201ResponseErrorInformation**](PtsV2PayoutsPost201ResponseErrorInformation.md) | | [optional]
13+
**clientReferenceInformation** | [**PtsV2PaymentsPost201ResponseClientReferenceInformation**](PtsV2PaymentsPost201ResponseClientReferenceInformation.md) | | [optional]
14+
**merchantInformation** | [**PtsV2PayoutsPost201ResponseMerchantInformation**](PtsV2PayoutsPost201ResponseMerchantInformation.md) | | [optional]
15+
**orderInformation** | [**PtsV2PayoutsPost201ResponseOrderInformation**](PtsV2PayoutsPost201ResponseOrderInformation.md) | | [optional]
16+
**processorInformation** | [**PtsV2PayoutsPost201ResponseProcessorInformation**](PtsV2PayoutsPost201ResponseProcessorInformation.md) | | [optional]
17+
**recipientInformation** | [**PtsV2PayoutsPost201ResponseRecipientInformation**](PtsV2PayoutsPost201ResponseRecipientInformation.md) | | [optional]
18+
19+
20+
<a name="StatusEnum"></a>
21+
## Enum: StatusEnum
22+
23+
24+
* `ACCEPTED` (value: `"ACCEPTED"`)
25+
26+
* `DECLINED` (value: `"DECLINED"`)
27+
28+
29+
30+
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# CyberSource.PtsV2PayoutsPost201ResponseErrorInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**reason** | **String** | The reason of the status. | [optional]
7+
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
8+
**details** | [**[PtsV2PaymentsPost201ResponseErrorInformationDetails]**](PtsV2PaymentsPost201ResponseErrorInformationDetails.md) | | [optional]
9+
10+
11+
<a name="ReasonEnum"></a>
12+
## Enum: ReasonEnum
13+
14+
15+
* `EXPIRED_CARD` (value: `"EXPIRED_CARD"`)
16+
17+
* `PROCESSOR_DECLINED` (value: `"PROCESSOR_DECLINED"`)
18+
19+
* `STOLEN_LOST_CARD` (value: `"STOLEN_LOST_CARD"`)
20+
21+
* `UNAUTHORIZED_CARD` (value: `"UNAUTHORIZED_CARD"`)
22+
23+
* `CVN_NOT_MATCH` (value: `"CVN_NOT_MATCH"`)
24+
25+
* `INVALID_CVN` (value: `"INVALID_CVN"`)
26+
27+
* `BLACKLISTED_CUSTOMER` (value: `"BLACKLISTED_CUSTOMER"`)
28+
29+
* `INVALID_ACCOUNT` (value: `"INVALID_ACCOUNT"`)
30+
31+
* `GENERAL_DECLINE` (value: `"GENERAL_DECLINE"`)
32+
33+
* `RISK_CONTROL_DECLINE` (value: `"RISK_CONTROL_DECLINE"`)
34+
35+
* `PROCESSOR_RISK_CONTROL_DECLINE` (value: `"PROCESSOR_RISK_CONTROL_DECLINE"`)
36+
37+
38+
39+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.PtsV2PayoutsPost201ResponseMerchantInformation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**merchantDescriptor** | [**PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor**](PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor.md) | | [optional]
7+
8+

0 commit comments

Comments
 (0)