Package com.stripe.service.radar
Class PaymentEvaluationService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.radar.PaymentEvaluationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(PaymentEvaluationCreateParams params) Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.create(PaymentEvaluationCreateParams params, RequestOptions options) Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PaymentEvaluationService
-
-
Method Details
-
create
Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.- Throws:
StripeException
-
create
public PaymentEvaluation create(PaymentEvaluationCreateParams params, RequestOptions options) throws StripeException Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.- Throws:
StripeException
-