Uses of Class
com.onlinepayments.domain.CreateTokenRequest
Packages that use CreateTokenRequest
-
Uses of CreateTokenRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateTokenRequestModifier and TypeMethodDescriptionCreateTokenRequest.withCard(TokenCardSpecificInput value) Object containing the token details for a cardCreateTokenRequest.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values. -
Uses of CreateTokenRequest in com.onlinepayments.merchant.tokens
Methods in com.onlinepayments.merchant.tokens with parameters of type CreateTokenRequestModifier and TypeMethodDescriptionTokensClient.createToken(CreateTokenRequest body) Resource /v2/{merchantId}/tokens - Create tokenTokensClient.createToken(CreateTokenRequest body, CallContext context) Resource /v2/{merchantId}/tokens - Create tokenTokensClientInterface.createToken(CreateTokenRequest body) Resource /v2/{merchantId}/tokens - Create tokenTokensClientInterface.createToken(CreateTokenRequest body, CallContext context) Resource /v2/{merchantId}/tokens - Create token