| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.payments |
| Modifier and Type | Method and Description |
|---|---|
CaptureResponse |
CaptureResponse.withCaptureOutput(CaptureOutput value)
Object containing capture details
|
CaptureResponse |
CaptureResponse.withId(String value)
Our unique payment transaction identifier
|
CaptureResponse |
CaptureResponse.withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
CaptureResponse |
CaptureResponse.withStatusOutput(CaptureStatusOutput value)
This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.
|
| 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.