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
* Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
125
125
* @param tokenizeRequest (optional)
126
126
* @param merchantConfig (merchant details)
127
-
* @return InlineResponse2001
127
+
* @return FlexV1TokensPost200Response
128
128
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -137,12 +137,12 @@ public InlineResponse2001 tokenize(TokenizeRequest tokenizeRequest,MerchantConfi
137
137
* Returns a token representing the supplied card details. The token replaces card data and can be used as the Subscription ID in the CyberSource Simple Order API or SCMP API. This is an unauthenticated call that you should initiate from your customer’s device or browser.
0 commit comments