| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
TokenizedCardDataCreate |
TokenizedCardDataCreate.cardHolderName(String cardHolderName) |
TokenizedCardDataCreate |
TokenizedCardDataCreate.cardVerificationCode(String cardVerificationCode) |
TokenizedCardDataCreate |
TokenizedCardDataCreate.cryptogram(CardCryptogramCreate cryptogram) |
TokenizedCardDataCreate |
TokenizedCardDataCreate.expiryDate(String expiryDate) |
TokenizedCardDataCreate |
TokenizedCardDataCreate.primaryAccountNumber(String primaryAccountNumber) |
TokenizedCardDataCreate |
TokenizedCardDataCreate.recurringIndicator(RecurringIndicator recurringIndicator) |
TokenizedCardDataCreate |
TokenizedCardDataCreate.schemeTransactionReference(String schemeTransactionReference) |
TokenizedCardDataCreate |
TokenizedCardDataCreate.tokenRequestorId(String tokenRequestorId) |
| Modifier and Type | Method and Description |
|---|---|
String |
CardProcessingService.processWith3DSecure(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
TokenizedCardDataCreate cardData)
Process With 3-D Secure
The process method will process the transaction with the given card details by eventually using 3-D secure.
|
String |
CardProcessingService.processWith3DSecure(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
TokenizedCardDataCreate cardData,
Map<String,Object> params)
Process With 3-D Secure
The process method will process the transaction with the given card details by eventually using 3-D secure.
|
com.google.api.client.http.HttpResponse |
CardProcessingService.processWith3DSecureForHttpResponse(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
TokenizedCardDataCreate cardData) |
com.google.api.client.http.HttpResponse |
CardProcessingService.processWith3DSecureForHttpResponse(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
TokenizedCardDataCreate cardData,
Map<String,Object> params) |
Copyright © 2024. All rights reserved.