Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added AuthenticationSDK/AuthenticationSDK-0.0.1.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/CaptureApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Method | HTTP request | Description


# **capture_payment**
> InlineResponse2012 capture_payment(capture_payment_request, id)
> PtsV2PaymentsCapturesPost201Response capture_payment(capture_payment_request, id)

Capture a Payment

Expand Down Expand Up @@ -44,7 +44,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse2012**](InlineResponse2012.md)
[**PtsV2PaymentsCapturesPost201Response**](PtsV2PaymentsCapturesPost201Response.md)

### Authorization

Expand Down
14 changes: 0 additions & 14 deletions docs/CreateSearchRequest.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/CreditApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Method | HTTP request | Description


# **create_credit**
> InlineResponse2014 create_credit(create_credit_request)
> PtsV2CreditsPost201Response create_credit(create_credit_request)

Process a Credit

Expand Down Expand Up @@ -41,7 +41,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse2014**](InlineResponse2014.md)
[**PtsV2CreditsPost201Response**](PtsV2CreditsPost201Response.md)

### Authorization

Expand Down
4 changes: 2 additions & 2 deletions docs/FlexTokenApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Method | HTTP request | Description


# **tokenize**
> InlineResponse2001 tokenize(opts)
> FlexV1TokensPost200Response tokenize(opts)

Flex Tokenize card

Expand Down Expand Up @@ -42,7 +42,7 @@ Name | Type | Description | Notes

### Return type

[**InlineResponse2001**](InlineResponse2001.md)
[**FlexV1TokensPost200Response**](FlexV1TokensPost200Response.md)

### Authorization

Expand Down
10 changes: 10 additions & 0 deletions docs/FlexV1KeysPost200Response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CyberSource::FlexV1KeysPost200Response

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key_id** | **String** | Unique identifier for the generated token. Used in the subsequent Tokenize Card request from your customer’s device or browser. | [optional]
**der** | [**FlexV1KeysPost200ResponseDer**](FlexV1KeysPost200ResponseDer.md) | | [optional]
**jwk** | [**FlexV1KeysPost200ResponseJwk**](FlexV1KeysPost200ResponseJwk.md) | | [optional]


10 changes: 10 additions & 0 deletions docs/FlexV1KeysPost200ResponseDer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CyberSource::FlexV1KeysPost200ResponseDer

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**format** | **String** | Specifies the format of the public key; currently X.509. | [optional]
**algorithm** | **String** | Algorithm used to encrypt the public key. | [optional]
**public_key** | **String** | Base64 encoded public key value. | [optional]


12 changes: 12 additions & 0 deletions docs/FlexV1KeysPost200ResponseJwk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CyberSource::FlexV1KeysPost200ResponseJwk

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kty** | **String** | Algorithm used to encrypt the public key. | [optional]
**use** | **String** | Defines whether to use the key for encryption (enc) or verifying a signature (sig). Always returned as enc. | [optional]
**kid** | **String** | The key ID in JWK format. | [optional]
**n** | **String** | JWK RSA Modulus | [optional]
**e** | **String** | JWK RSA Exponent | [optional]


15 changes: 15 additions & 0 deletions docs/FlexV1TokensPost200Response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CyberSource::FlexV1TokensPost200Response

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key_id** | **String** | The Key ID. | [optional]
**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]
**masked_pan** | **String** | The masked card number displaying the first 6 digits and the last 4 digits. | [optional]
**card_type** | **String** | The card type. | [optional]
**timestamp** | **Integer** | The UTC date and time in milliseconds at which the signature was generated. | [optional]
**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]
**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]
**discoverable_services** | **Hash<String, Object>** | | [optional]


10 changes: 0 additions & 10 deletions docs/InlineResponse200.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/InlineResponse2001.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/InlineResponse20010.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/InlineResponse20011.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/InlineResponse20011Links.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20011LinksFirst.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20011LinksLast.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20011LinksNext.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20011LinksPrev.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20011LinksSelf.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/InlineResponse20012.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/InlineResponse20012ApplicationInformation.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/InlineResponse20012ApplicationInformationApplications.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/InlineResponse20012BuyerInformation.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/InlineResponse20012ClientReferenceInformation.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/InlineResponse20012ConsumerAuthenticationInformation.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/InlineResponse20012DeviceInformation.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/InlineResponse20012ErrorInformation.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20012FraudMarkingInformation.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20012InstallmentInformation.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/InlineResponse20012MerchantDefinedInformation.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/InlineResponse20012MerchantInformation.md

This file was deleted.

Loading