Class CreateHostedTokenizationResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTokens referencing expired cards are returned in this array.The ID of the Hosted Tokenization SessionThe URL you can use in your JavaScript when instantiating the Tokenizer.Tokens that are submitted in the request are validated.Deprecated.DeprecatedvoidsetExpiredCardTokens(List<String> value) Tokens referencing expired cards are returned in this array.voidsetHostedTokenizationId(String value) The ID of the Hosted Tokenization SessionvoidsetHostedTokenizationUrl(String value) The URL you can use in your JavaScript when instantiating the Tokenizer.voidsetInvalidTokens(List<String> value) Tokens that are submitted in the request are validated.voidsetPartialRedirectUrl(String value) Deprecated.DeprecatedwithExpiredCardTokens(List<String> value) Tokens referencing expired cards are returned in this array.withHostedTokenizationId(String value) The ID of the Hosted Tokenization SessionwithHostedTokenizationUrl(String value) The URL you can use in your JavaScript when instantiating the Tokenizer.withInvalidTokens(List<String> value) Tokens that are submitted in the request are validated.withPartialRedirectUrl(String value) Deprecated.Deprecated
-
Constructor Details
-
CreateHostedTokenizationResponse
public CreateHostedTokenizationResponse()
-
-
Method Details
-
getExpiredCardTokens
Tokens referencing expired cards are returned in this array. These tokens can be used in the hosted tokenization session but you must ensure that the expiry date fields are displayed in the form in order to be updated. If you are using the option "hideTokenFields", these tokens should not be proposed to the customers. -
setExpiredCardTokens
Tokens referencing expired cards are returned in this array. These tokens can be used in the hosted tokenization session but you must ensure that the expiry date fields are displayed in the form in order to be updated. If you are using the option "hideTokenFields", these tokens should not be proposed to the customers. -
withExpiredCardTokens
Tokens referencing expired cards are returned in this array. These tokens can be used in the hosted tokenization session but you must ensure that the expiry date fields are displayed in the form in order to be updated. If you are using the option "hideTokenFields", these tokens should not be proposed to the customers. -
getHostedTokenizationId
The ID of the Hosted Tokenization Session -
setHostedTokenizationId
The ID of the Hosted Tokenization Session -
withHostedTokenizationId
The ID of the Hosted Tokenization Session -
getHostedTokenizationUrl
The URL you can use in your JavaScript when instantiating the Tokenizer. -
setHostedTokenizationUrl
The URL you can use in your JavaScript when instantiating the Tokenizer. -
withHostedTokenizationUrl
The URL you can use in your JavaScript when instantiating the Tokenizer. -
getInvalidTokens
Tokens that are submitted in the request are validated. Tokens that cannot be used in the current session are returned in this array. These tokens might not be valid anymore. The validity of tokens can be verified using the Get token endpoint. -
setInvalidTokens
Tokens that are submitted in the request are validated. Tokens that cannot be used in the current session are returned in this array. These tokens might not be valid anymore. The validity of tokens can be verified using the Get token endpoint. -
withInvalidTokens
Tokens that are submitted in the request are validated. Tokens that cannot be used in the current session are returned in this array. These tokens might not be valid anymore. The validity of tokens can be verified using the Get token endpoint. -
getPartialRedirectUrl
Deprecated.DeprecatedDeprecated. Use hostedTokenizationUrl instead.The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted pages.
-
setPartialRedirectUrl
Deprecated.DeprecatedDeprecated. Use hostedTokenizationUrl instead.The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted pages.
-
withPartialRedirectUrl
Deprecated.DeprecatedDeprecated. Use hostedTokenizationUrl instead.The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted pages.
-