Uses of Class
com.onlinepayments.domain.CreateHostedTokenizationResponse
Packages that use CreateHostedTokenizationResponse
-
Uses of CreateHostedTokenizationResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateHostedTokenizationResponseModifier and TypeMethodDescriptionCreateHostedTokenizationResponse.withExpiredCardTokens(List<String> value) Tokens referencing expired cards are returned in this array.CreateHostedTokenizationResponse.withHostedTokenizationId(String value) The ID of the Hosted Tokenization SessionCreateHostedTokenizationResponse.withHostedTokenizationUrl(String value) The URL you can use in your JavaScript when instantiating the Tokenizer.CreateHostedTokenizationResponse.withInvalidTokens(List<String> value) Tokens that are submitted in the request are validated.CreateHostedTokenizationResponse.withPartialRedirectUrl(String value) Deprecated.Deprecated -
Uses of CreateHostedTokenizationResponse in com.onlinepayments.merchant.hostedtokenization
Methods in com.onlinepayments.merchant.hostedtokenization that return CreateHostedTokenizationResponseModifier and TypeMethodDescriptionHostedTokenizationClient.createHostedTokenization(CreateHostedTokenizationRequest body) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClient.createHostedTokenization(CreateHostedTokenizationRequest body, CallContext context) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClientInterface.createHostedTokenization(CreateHostedTokenizationRequest body) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization sessionHostedTokenizationClientInterface.createHostedTokenization(CreateHostedTokenizationRequest body, CallContext context) Resource /v2/{merchantId}/hostedtokenizations - Create hosted tokenization session