| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.payments |
| Modifier and Type | Method and Description |
|---|---|
PaymentDetailsResponse |
PaymentDetailsResponse.withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
Hosted Checkout specific information.
|
PaymentDetailsResponse |
PaymentDetailsResponse.withId(String value)
Our unique payment transaction identifier
|
PaymentDetailsResponse |
PaymentDetailsResponse.withOperations(List<OperationOutput> value)
Object that contains the complete list of operations executed on the payment.
|
PaymentDetailsResponse |
PaymentDetailsResponse.withPaymentOutput(PaymentOutput value)
Object containing payment details
|
PaymentDetailsResponse |
PaymentDetailsResponse.withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
PaymentDetailsResponse |
PaymentDetailsResponse.withStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentDetailsResponse |
PaymentsClientInterface.getPaymentDetails(String paymentId)
Resource /v2/{merchantId}/payments/{paymentId}/details
- Get payment details
|
PaymentDetailsResponse |
PaymentsClient.getPaymentDetails(String paymentId)
Resource /v2/{merchantId}/payments/{paymentId}/details
- Get payment details
|
PaymentDetailsResponse |
PaymentsClientInterface.getPaymentDetails(String paymentId,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/details
- Get payment details
|
PaymentDetailsResponse |
PaymentsClient.getPaymentDetails(String paymentId,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/details
- Get payment details
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.