| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.tokens |
| Modifier and Type | Method and Description |
|---|---|
CreatedTokenResponse |
CreatedTokenResponse.withCard(CardWithoutCvv value) |
CreatedTokenResponse |
CreatedTokenResponse.withExternalTokenLinked(ExternalTokenLinked value) |
CreatedTokenResponse |
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.
|
CreatedTokenResponse |
CreatedTokenResponse.withToken(String value)
ID of the token
|
CreatedTokenResponse |
CreatedTokenResponse.withTokenStatus(String value)
This is the status of the token in the hosted tokenization session.
|
| Modifier and Type | Method and Description |
|---|---|
CreatedTokenResponse |
TokensClientInterface.createToken(CreateTokenRequest body)
Resource /v2/{merchantId}/tokens
- Create token
|
CreatedTokenResponse |
TokensClient.createToken(CreateTokenRequest body)
Resource /v2/{merchantId}/tokens
- Create token
|
CreatedTokenResponse |
TokensClientInterface.createToken(CreateTokenRequest body,
CallContext context)
Resource /v2/{merchantId}/tokens
- Create token
|
CreatedTokenResponse |
TokensClient.createToken(CreateTokenRequest body,
CallContext context)
Resource /v2/{merchantId}/tokens
- Create token
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.