Skip to main content
POST
3DS Decision - Execute

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the PaymntCloud dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Body

application/json

Represents the request to execute a 3DS decision rule.

routing_id
string
required

The ID of the routing algorithm to be executed.

payment
object
required

Represents the payment data used in the 3DS decision rule.

payment_method
object | null

Represents metadata about the payment method used in the 3DS decision rule.

customer_device
object | null

Represents data about the customer's device used in the 3DS decision rule.

issuer
object | null

Represents data about the issuer used in the 3DS decision rule.

acquirer
object | null

Represents data about the acquirer used in the 3DS decision rule.

Response

3DS Decision Rule Executed Successfully

Represents the response from executing a 3DS decision rule.

decision
enum<string>
required

Enum representing the possible outcomes of the 3DS Decision Rule Engine.

Available options:
no_three_ds,
challenge_requested,
challenge_preferred,
three_ds_exemption_requested_tra,
three_ds_exemption_requested_low_value,
issuer_three_ds_exemption_requested