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
* @param tokenId The TokenId of an Instrument Identifier. (required)
695
690
* @param offset Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional)
696
691
* @param limit The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)
697
-
* @return InlineResponse2008
692
+
* @return InlineResponse2008 generated.
698
693
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -709,7 +704,7 @@ public InlineResponse2008 instrumentidentifiersTokenIdPaymentinstrumentsGet(Stri
709
704
* @param tokenId The TokenId of an Instrument Identifier. (required)
710
705
* @param offset Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional)
711
706
* @param limit The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)
712
-
* @return ApiResponse<InlineResponse2008>
707
+
* @return ApiResponse - InlineResponse2008.
713
708
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* 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.
128
119
* @param generatePublicKeyRequest (required)
129
-
* @return InlineResponse200
120
+
* @return InlineResponse200 generated.
130
121
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -138,7 +129,7 @@ public InlineResponse200 generatePublicKey(GeneratePublicKeyRequest generatePubl
138
129
* Generate Key
139
130
* 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.
140
131
* @param generatePublicKeyRequest (required)
141
-
* @return ApiResponse<InlineResponse200>
132
+
* @return ApiResponse - InlineResponse200.
142
133
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
0 commit comments