Uses of Class
com.onlinepayments.domain.CreateHostedCheckoutRequest
Packages that use CreateHostedCheckoutRequest
-
Uses of CreateHostedCheckoutRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateHostedCheckoutRequestModifier and TypeMethodDescriptionCreateHostedCheckoutRequest.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value) Object containing the specific input details for card paymentsCreateHostedCheckoutRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreateHostedCheckoutRequest.withFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudCreateHostedCheckoutRequest.withHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value) Object containing hosted checkout specific dataCreateHostedCheckoutRequest.withMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile paymentsOrder object containing order related data Please note that this object is required to be able to submit the amount.CreateHostedCheckoutRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreateHostedCheckoutRequest.withSepaDirectDebitPaymentMethodSpecificInput(SepaDirectDebitPaymentMethodSpecificInputBase value) Object containing the specific input details for SEPA direct debit payments -
Uses of CreateHostedCheckoutRequest in com.onlinepayments.merchant.hostedcheckout
Methods in com.onlinepayments.merchant.hostedcheckout with parameters of type CreateHostedCheckoutRequestModifier and TypeMethodDescriptionHostedCheckoutClient.createHostedCheckout(CreateHostedCheckoutRequest body) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClient.createHostedCheckout(CreateHostedCheckoutRequest body, CallContext context) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClientInterface.createHostedCheckout(CreateHostedCheckoutRequest body) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClientInterface.createHostedCheckout(CreateHostedCheckoutRequest body, CallContext context) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkout