Skip to content

Commit fa51c7b

Browse files
authored
Merge pull request #6 from CyberSource/cybersource-rest-client-ruby-phase2-version2
Cybersource rest client ruby phase2 version2
2 parents 4fb791b + c72505f commit fa51c7b

File tree

1,060 files changed

+51809
-51821
lines changed

Some content is hidden

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

1,060 files changed

+51809
-51821
lines changed
4.5 KB
Binary file not shown.

docs/CaptureApi.md

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

99

1010
# **capture_payment**
11-
> InlineResponse2012 capture_payment(capture_payment_request, id)
11+
> PtsV2PaymentsCapturesPost201Response capture_payment(capture_payment_request, id)
1212
1313
Capture a Payment
1414

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

4545
### Return type
4646

47-
[**InlineResponse2012**](InlineResponse2012.md)
47+
[**PtsV2PaymentsCapturesPost201Response**](PtsV2PaymentsCapturesPost201Response.md)
4848

4949
### Authorization
5050

docs/CreateSearchRequest.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/CreditApi.md

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

99

1010
# **create_credit**
11-
> InlineResponse2014 create_credit(create_credit_request)
11+
> PtsV2CreditsPost201Response create_credit(create_credit_request)
1212
1313
Process a Credit
1414

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

4242
### Return type
4343

44-
[**InlineResponse2014**](InlineResponse2014.md)
44+
[**PtsV2CreditsPost201Response**](PtsV2CreditsPost201Response.md)
4545

4646
### Authorization
4747

docs/FlexTokenApi.md

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

99

1010
# **tokenize**
11-
> InlineResponse2001 tokenize(opts)
11+
> FlexV1TokensPost200Response tokenize(opts)
1212
1313
Flex Tokenize card
1414

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

4343
### Return type
4444

45-
[**InlineResponse2001**](InlineResponse2001.md)
45+
[**FlexV1TokensPost200Response**](FlexV1TokensPost200Response.md)
4646

4747
### Authorization
4848

docs/FlexV1KeysPost200Response.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource::FlexV1KeysPost200Response
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**key_id** | **String** | Unique identifier for the generated token. Used in the subsequent Tokenize Card request from your customer’s device or browser. | [optional]
7+
**der** | [**FlexV1KeysPost200ResponseDer**](FlexV1KeysPost200ResponseDer.md) | | [optional]
8+
**jwk** | [**FlexV1KeysPost200ResponseJwk**](FlexV1KeysPost200ResponseJwk.md) | | [optional]
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CyberSource::FlexV1KeysPost200ResponseDer
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**format** | **String** | Specifies the format of the public key; currently X.509. | [optional]
7+
**algorithm** | **String** | Algorithm used to encrypt the public key. | [optional]
8+
**public_key** | **String** | Base64 encoded public key value. | [optional]
9+
10+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CyberSource::FlexV1KeysPost200ResponseJwk
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**kty** | **String** | Algorithm used to encrypt the public key. | [optional]
7+
**use** | **String** | Defines whether to use the key for encryption (enc) or verifying a signature (sig). Always returned as enc. | [optional]
8+
**kid** | **String** | The key ID in JWK format. | [optional]
9+
**n** | **String** | JWK RSA Modulus | [optional]
10+
**e** | **String** | JWK RSA Exponent | [optional]
11+
12+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CyberSource::FlexV1TokensPost200Response
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**key_id** | **String** | The Key ID. | [optional]
7+
**token** | **String** | The generated token. The token replaces card data and is used as the Subscription ID in the CyberSource Simple Order API or SCMP API. | [optional]
8+
**masked_pan** | **String** | The masked card number displaying the first 6 digits and the last 4 digits. | [optional]
9+
**card_type** | **String** | The card type. | [optional]
10+
**timestamp** | **Integer** | The UTC date and time in milliseconds at which the signature was generated. | [optional]
11+
**signed_fields** | **String** | Indicates which fields from the response make up the data that is used when verifying the response signature. See the [sample code] (https://github.com/CyberSource/cybersource-flex-samples/blob/master/java/spring-boot/src/main/java/com/cybersource/flex/application/CheckoutController.java) on how to verify the signature. | [optional]
12+
**signature** | **String** | Flex-generated digital signature. To ensure the values have not been tampered with while passing through the client, verify this server-side using the public key generated from the /keys resource. | [optional]
13+
**discoverable_services** | **Hash<String, Object>** | | [optional]
14+
15+

docs/InlineResponse200.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)