Uses of Class
com.onlinepayments.domain.CreatedTokenResponse
Packages that use CreatedTokenResponse
-
Uses of CreatedTokenResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreatedTokenResponseModifier and TypeMethodDescriptionCreatedTokenResponse.withCard(CardWithoutCvv value) CreatedTokenResponse.withExternalTokenLinked(ExternalTokenLinked value) CreatedTokenResponse.withIsNewToken(Boolean value) Indicates if a new token was created true - A new token was created false - A token with the same card number already exists and is returned.ID of the tokenCreatedTokenResponse.withTokenStatus(String value) This is the status of the token in the hosted tokenization session. -
Uses of CreatedTokenResponse in com.onlinepayments.merchant.tokens
Methods in com.onlinepayments.merchant.tokens that return CreatedTokenResponseModifier 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