provider POST /v1/radar/payment_evaluations
@utdk/stripe /v1/radar/payment_evaluations
Create a Payment Evaluation
<p>Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.</p>

Try it

Authentication
Configure credentials for Stripe API
postradarpaymentevaluations
POST/v1/radar/payment_evaluations
<p>Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.</p>

Input

Details about the Client Device Metadata to associate with the payment evaluation.

required

Details about the customer associated with the payment evaluation.

Specifies which fields in the response should be expanded.

Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

required

Details about the payment.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postradarpaymentevaluations()