| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.paymentlinks |
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.withDescription(String value)
A note related to the created payment link.
|
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.withExpirationDate(String value)
The date after which the payment link will not be usable to complete the payment.
|
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.withPaymentLinkOrder(PaymentLinkOrderInput value)
An object containing the details of the related payment input.
|
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.withRecipientName(String value)
The payment link recipient name.
|
| 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
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.