| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.payments |
| Modifier and Type | Method and Description |
|---|---|
CapturePaymentRequest |
CapturePaymentRequest.withAmount(Long value)
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).
|
CapturePaymentRequest |
CapturePaymentRequest.withIsFinal(Boolean value)
This property indicates whether this will be the final operation.
|
CapturePaymentRequest |
CapturePaymentRequest.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
| Modifier and Type | Method and Description |
|---|---|
CaptureResponse |
PaymentsClientInterface.capturePayment(String paymentId,
CapturePaymentRequest body)
Resource /v2/{merchantId}/payments/{paymentId}/capture
- Capture payment
|
CaptureResponse |
PaymentsClient.capturePayment(String paymentId,
CapturePaymentRequest body)
Resource /v2/{merchantId}/payments/{paymentId}/capture
- Capture payment
|
CaptureResponse |
PaymentsClientInterface.capturePayment(String paymentId,
CapturePaymentRequest body,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/capture
- Capture payment
|
CaptureResponse |
PaymentsClient.capturePayment(String paymentId,
CapturePaymentRequest body,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/capture
- Capture payment
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.