| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.payments |
| Modifier and Type | Method and Description |
|---|---|
CompletePaymentResponse |
CompletePaymentResponse.withCreationOutput(PaymentCreationOutput value)
Object containing the details of the created payment.
|
CompletePaymentResponse |
CompletePaymentResponse.withMerchantAction(MerchantAction value)
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
CompletePaymentResponse |
CompletePaymentResponse.withPayment(PaymentResponse value)
Object that holds the payment related properties
|
| Modifier and Type | Method and Description |
|---|---|
CompletePaymentResponse |
PaymentsClientInterface.completePayment(String paymentId,
CompletePaymentRequest body)
Resource /v2/{merchantId}/payments/{paymentId}/complete
- Complete payment
|
CompletePaymentResponse |
PaymentsClient.completePayment(String paymentId,
CompletePaymentRequest body)
Resource /v2/{merchantId}/payments/{paymentId}/complete
- Complete payment
|
CompletePaymentResponse |
PaymentsClientInterface.completePayment(String paymentId,
CompletePaymentRequest body,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/complete
- Complete payment
|
CompletePaymentResponse |
PaymentsClient.completePayment(String paymentId,
CompletePaymentRequest body,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/complete
- Complete payment
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.