| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.paymentlinks |
| Modifier and Type | Method and Description |
|---|---|
PaymentLinkResponse |
PaymentLinkResponse.withExpirationDate(String value)
The date after which the payment link will not be usable to complete the payment.
|
PaymentLinkResponse |
PaymentLinkResponse.withPaymentId(String value)
The unique payment transaction identifier.
|
PaymentLinkResponse |
PaymentLinkResponse.withPaymentLinkEvents(List<PaymentLinkEvent> value) |
PaymentLinkResponse |
PaymentLinkResponse.withPaymentLinkId(String value)
The unique link identifier.
|
PaymentLinkResponse |
PaymentLinkResponse.withPaymentLinkOrder(PaymentLinkOrder value)
An object containing the details of the related payment.
|
PaymentLinkResponse |
PaymentLinkResponse.withRecipientName(String value)
The payment link recipient name.
|
PaymentLinkResponse |
PaymentLinkResponse.withRedirectionUrl(String value)
The URL that will redirect the customer to the Hosted Checkout page to process the payment.
|
PaymentLinkResponse |
PaymentLinkResponse.withStatus(String value)
The state of the payment link:
* ACTIVE: The payment link is ready to be used.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentLinkResponse |
PaymentLinksClient.createPaymentLink(CreatePaymentLinkRequest body)
Resource /v2/{merchantId}/paymentlinks
- Create payment link
|
PaymentLinkResponse |
PaymentLinksClientInterface.createPaymentLink(CreatePaymentLinkRequest body)
Resource /v2/{merchantId}/paymentlinks
- Create payment link
|
PaymentLinkResponse |
PaymentLinksClient.createPaymentLink(CreatePaymentLinkRequest body,
CallContext context)
Resource /v2/{merchantId}/paymentlinks
- Create payment link
|
PaymentLinkResponse |
PaymentLinksClientInterface.createPaymentLink(CreatePaymentLinkRequest body,
CallContext context)
Resource /v2/{merchantId}/paymentlinks
- Create payment link
|
PaymentLinkResponse |
PaymentLinksClient.getPaymentLinkById(String paymentLinkId)
Resource /v2/{merchantId}/paymentlinks/{paymentLinkId}
- Get payment link by ID
|
PaymentLinkResponse |
PaymentLinksClientInterface.getPaymentLinkById(String paymentLinkId)
Resource /v2/{merchantId}/paymentlinks/{paymentLinkId}
- Get payment link by ID
|
PaymentLinkResponse |
PaymentLinksClient.getPaymentLinkById(String paymentLinkId,
CallContext context)
Resource /v2/{merchantId}/paymentlinks/{paymentLinkId}
- Get payment link by ID
|
PaymentLinkResponse |
PaymentLinksClientInterface.getPaymentLinkById(String paymentLinkId,
CallContext context)
Resource /v2/{merchantId}/paymentlinks/{paymentLinkId}
- Get payment link by ID
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.