| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
CardProcessingService.process(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
AuthenticatedCardDataCreate cardData)
Process
The process method will process the transaction with the given card details without using 3-D secure.
|
Transaction |
CardProcessingService.process(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
AuthenticatedCardDataCreate cardData,
Map<String,Object> params)
Process
The process method will process the transaction with the given card details without using 3-D secure.
|
com.google.api.client.http.HttpResponse |
CardProcessingService.processForHttpResponse(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
AuthenticatedCardDataCreate cardData) |
com.google.api.client.http.HttpResponse |
CardProcessingService.processForHttpResponse(Long spaceId,
Long transactionId,
Long paymentMethodConfigurationId,
AuthenticatedCardDataCreate cardData,
Map<String,Object> params) |
Copyright © 2024. All rights reserved.