Uses of Class
com.onlinepayments.domain.PaymentLinkResponse
Packages that use PaymentLinkResponse
-
Uses of PaymentLinkResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentLinkResponseModifier and TypeMethodDescriptionPaymentLinkResponse.withExpirationDate(ZonedDateTime value) The date after which the payment link will not be usable to complete the payment.PaymentLinkResponse.withPaymentId(String value) The unique payment transaction identifier.PaymentLinkResponse.withPaymentLinkEvents(List<PaymentLinkEvent> value) PaymentLinkResponse.withPaymentLinkId(String value) The unique link identifier.PaymentLinkResponse.withPaymentLinkOrder(PaymentLinkOrderOutput value) An object containing the details of the related payment output.PaymentLinkResponse.withRecipientName(String value) The payment link recipient name.PaymentLinkResponse.withRedirectionUrl(String value) The URL that will redirect the customer to the Hosted Checkout page to process the payment.PaymentLinkResponse.withStatus(String value) The state of the payment link: ACTIVE: The payment link is ready to be used. PAID: The payment has been completed. CANCELLED: The payment link has been manually cancelled. EXPIRED: The payment link is not usable anymore. -
Uses of PaymentLinkResponse in com.onlinepayments.merchant.paymentlinks
Methods in com.onlinepayments.merchant.paymentlinks that return PaymentLinkResponseModifier and TypeMethodDescriptionPaymentLinksClient.createPaymentLink(CreatePaymentLinkRequest body) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClient.createPaymentLink(CreatePaymentLinkRequest body, CallContext context) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClientInterface.createPaymentLink(CreatePaymentLinkRequest body) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClientInterface.createPaymentLink(CreatePaymentLinkRequest body, CallContext context) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClient.getPaymentLinkById(String paymentLinkId) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId} - Get payment link by IDPaymentLinksClient.getPaymentLinkById(String paymentLinkId, CallContext context) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId} - Get payment link by IDPaymentLinksClientInterface.getPaymentLinkById(String paymentLinkId) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId} - Get payment link by IDPaymentLinksClientInterface.getPaymentLinkById(String paymentLinkId, CallContext context) Resource /v2/{merchantId}/paymentlinks/{paymentLinkId} - Get payment link by ID