Uses of Class
com.adyen.model.payment.PaymentResult
-
Packages that use PaymentResult Package Description com.adyen.model.payment com.adyen.service com.adyen.service.payment -
-
Uses of PaymentResult in com.adyen.model.payment
Methods in com.adyen.model.payment that return PaymentResult Modifier and Type Method Description PaymentResultPaymentResult. additionalData(Map<String,String> additionalData)Contains additional information about the payment.PaymentResultPaymentResult. authCode(String authCode)Authorisation code: * When the payment is authorised successfully, this field holds the authorisation code for the payment. * When the payment is not authorised, this field is empty.PaymentResultPaymentResult. dccAmount(Amount dccAmount)dccAmountPaymentResultPaymentResult. dccSignature(String dccSignature)Cryptographic signature used to verify `dccQuote`.PaymentResultPaymentResult. fraudResult(FraudResult fraudResult)fraudResultstatic PaymentResultPaymentResult. fromJson(String jsonString)Create an instance of PaymentResult given an JSON stringPaymentResultPaymentResult. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentResultPaymentResult. issuerUrl(String issuerUrl)The URL to direct the shopper to.PaymentResultPaymentResult. md(String md)The payment session.PaymentResultPaymentResult. paRequest(String paRequest)The 3D request data for the issuer.PaymentResultPaymentResult. pspReference(String pspReference)Adyen's 16-character reference associated with the transaction/request.PaymentResultPaymentResult. putAdditionalDataItem(String key, String additionalDataItem)PaymentResultPaymentResult. refusalReason(String refusalReason)If the payment's authorisation is refused or an error occurs during authorisation, this field holds Adyen's mapped reason for the refusal or a description of the error.PaymentResultPaymentResult. resultCode(PaymentResult.ResultCodeEnum resultCode)The result of the payment. -
Uses of PaymentResult in com.adyen.service
Methods in com.adyen.service that return PaymentResult Modifier and Type Method Description PaymentResultPaymentApi. authorise(PaymentRequest paymentRequest)Deprecated, for removal: This API element is subject to removal in a future version.PaymentResultPaymentApi. authorise(PaymentRequest paymentRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.PaymentResultPaymentApi. authorise3d(PaymentRequest3d paymentRequest3d)Deprecated, for removal: This API element is subject to removal in a future version.PaymentResultPaymentApi. authorise3d(PaymentRequest3d paymentRequest3d, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.PaymentResultPaymentApi. authorise3ds2(PaymentRequest3ds2 paymentRequest3ds2)Deprecated, for removal: This API element is subject to removal in a future version.PaymentResultPaymentApi. authorise3ds2(PaymentRequest3ds2 paymentRequest3ds2, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentResult in com.adyen.service.payment
Methods in com.adyen.service.payment that return PaymentResult Modifier and Type Method Description PaymentResultPaymentsApi. authorise(PaymentRequest paymentRequest)Create an authorisationPaymentResultPaymentsApi. authorise(PaymentRequest paymentRequest, RequestOptions requestOptions)Create an authorisationPaymentResultPaymentsApi. authorise3d(PaymentRequest3d paymentRequest3d)Complete a 3DS authorisationPaymentResultPaymentsApi. authorise3d(PaymentRequest3d paymentRequest3d, RequestOptions requestOptions)Complete a 3DS authorisationPaymentResultPaymentsApi. authorise3ds2(PaymentRequest3ds2 paymentRequest3ds2)Complete a 3DS2 authorisationPaymentResultPaymentsApi. authorise3ds2(PaymentRequest3ds2 paymentRequest3ds2, RequestOptions requestOptions)Complete a 3DS2 authorisation
-