Skip to main content
POST
/
three_ds_decision
/
execute
3DS Decision - Execute
curl --request POST \
  --url https://api.paymnt.cloud/three_ds_decision/execute \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "routing_id": "<string>",
  "payment": {
    "amount": 123,
    "currency": "AED"
  }
}
'
{
  "decision": "no_three_ds"
}

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

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

customer_device
object

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

issuer
object

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

acquirer
object

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