Miracle Docs
Merchants

Get merchant 3DS config

GET
/v1/admin/merchants/{id}/3ds-config
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://api.miracle.com/v1/admin/merchants/string/3ds-config"
{
  "data": {
    "config": {
      "defaultMode": "auto",
      "defaultChallengePreference": "no_preference",
      "autoUpgradeOnSoftDecline": true,
      "attemptNon3ds": true,
      "requireSca": true
    },
    "inherited": true
  }
}
Empty

On this page