Use this API to submit comprehensive risk assessment data for an order to Cashfree’s risk management system. The API accepts customer details, device information, and industry-specific transaction data for enhanced fraud detection and risk analysis.
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
API version to be used. Format is in YYYY-MM-DD.
Request ID for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree.
Content type that the client can accept.
Content type of the request body.
Request parameters for submitting risk details.
Unique identifier for the merchant order.
"swapnil127"
Customer information for risk assessment.
{
"customer_name": "Swapnil B",
"customer_login_status": "logged_in",
"customer_email": "[email protected]",
"customer_phone": "9876543210"
}Device and browser information for fraud detection.
Risk control preferences for the transaction.
{
"preferred_non_3ds": false,
"step_up_3ds": true,
"cbp_coverage_requested": true
}Industry-specific transaction details.
Additional metadata for the transaction.
{
"metadata_key_1": "metadata_value_1",
"metadata_key_2": "metadata_value_2"
}