Uses of Class
com.onlinepayments.domain.CreatePaymentRequest
Packages that use CreatePaymentRequest
-
Uses of CreatePaymentRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreatePaymentRequestModifier and TypeMethodDescriptionCreatePaymentRequest.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInput value) Object containing the specific input details for card paymentsCreatePaymentRequest.withEncryptedCustomerInput(String value) Data that was encrypted client side containing all customer entered data elements like card data.CreatePaymentRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreatePaymentRequest.withFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudCreatePaymentRequest.withHostedTokenizationId(String value) Use this field after a successful Hosted Tokenization session to create a payment with the tokenized payment method details.CreatePaymentRequest.withMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInput 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.CreatePaymentRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreatePaymentRequest.withSepaDirectDebitPaymentMethodSpecificInput(SepaDirectDebitPaymentMethodSpecificInput value) Object containing the specific input details for SEPA direct debit payments -
Uses of CreatePaymentRequest in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments with parameters of type CreatePaymentRequestModifier and TypeMethodDescriptionPaymentsClient.createPayment(CreatePaymentRequest body) Resource /v2/{merchantId}/payments - Create paymentPaymentsClient.createPayment(CreatePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments - Create paymentPaymentsClientInterface.createPayment(CreatePaymentRequest body) Resource /v2/{merchantId}/payments - Create paymentPaymentsClientInterface.createPayment(CreatePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments - Create payment