v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Create a Payment Evaluation

Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.

post/v1/radar/payment_evaluations

Response

Successful response.

created_atinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

metadataobject nullable

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

object'radar.payment_evaluation' required

String representing the object's type. Objects of the same type share the same value.

recommended_action'block' | 'continue' required

Recommended action based on the score of the fraudulent_payment signal. Possible values are block, continue and request_three_d_secure.