You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Api/KeyGenerationApi.cs
+26-20Lines changed: 26 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
-
* CyberSource Flex API
2
+
* CyberSource Merged Spec
3
3
*
4
-
* Simple PAN tokenization service
4
+
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
5
*
6
6
* OpenAPI spec version: 0.0.1
7
7
*
@@ -31,9 +31,9 @@ public interface IKeyGenerationApi : IApiAccessor
31
31
/// Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
32
32
/// </remarks>
33
33
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -42,9 +42,9 @@ public interface IKeyGenerationApi : IApiAccessor
42
42
/// Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
43
43
/// </remarks>
44
44
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -54,9 +54,9 @@ public interface IKeyGenerationApi : IApiAccessor
54
54
/// Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
55
55
/// </remarks>
56
56
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -65,9 +65,9 @@ public interface IKeyGenerationApi : IApiAccessor
65
65
/// Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
66
66
/// </remarks>
67
67
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -184,9 +184,9 @@ public void AddDefaultHeader(string key, string value)
184
184
/// Generate Key Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
185
185
/// </summary>
186
186
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -196,12 +196,15 @@ public FlexV1KeysPost200Response GeneratePublicKey (GeneratePublicKeyRequest gen
196
196
/// Generate Key Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
197
197
/// </summary>
198
198
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -255,9 +258,9 @@ public ApiResponse< FlexV1KeysPost200Response > GeneratePublicKeyWithHttpInfo (G
255
258
/// Generate Key Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
256
259
/// </summary>
257
260
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -268,12 +271,15 @@ public async System.Threading.Tasks.Task<FlexV1KeysPost200Response> GeneratePubl
268
271
/// Generate Key Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request. The key used to encrypt the card number on the cardholder’s device or browser is valid for 15 minutes and must be used to verify the signature in the response message. CyberSource recommends creating a new key for each order. Generating a key is an authenticated request initiated from your servers, prior to requesting to tokenize the card data from your customer’s device or browser.
269
272
/// </summary>
270
273
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
0 commit comments