| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected TokenVersion |
ChargeAttempt.tokenVersion |
| Modifier and Type | Method and Description |
|---|---|
TokenVersion |
ChargeAttempt.getTokenVersion() |
| Modifier and Type | Method and Description |
|---|---|
TokenVersion |
TokenVersionService.activeVersion(Long spaceId,
Long id)
Active Version
Returns the token version which is currently active given by the token id.
|
TokenVersion |
TokenVersionService.activeVersion(Long spaceId,
Long id,
Map<String,Object> params)
Active Version
Returns the token version which is currently active given by the token id.
|
TokenVersion |
TokenService.createTokenBasedOnTransaction(Long spaceId,
Long transactionId)
Create Token Based On Transaction
This operation creates a token for the given transaction and fills it with the stored payment information of the transaction.
|
TokenVersion |
TokenService.createTokenBasedOnTransaction(Long spaceId,
Long transactionId,
Map<String,Object> params)
Create Token Based On Transaction
This operation creates a token for the given transaction and fills it with the stored payment information of the transaction.
|
TokenVersion |
TokenVersionService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
TokenVersion |
TokenVersionService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
List<TokenVersion> |
TransactionService.fetchOneClickTokensWithCredentials(String credentials)
Fetch One Click Tokens with Credentials
This operation returns the token version objects which references the tokens usable as one-click payment tokens for the provided transaction.
|
List<TokenVersion> |
TransactionService.fetchOneClickTokensWithCredentials(String credentials,
Map<String,Object> params)
Fetch One Click Tokens with Credentials
This operation returns the token version objects which references the tokens usable as one-click payment tokens for the provided transaction.
|
List<TokenVersion> |
TokenVersionService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<TokenVersion> |
TokenVersionService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2021. All rights reserved.