Merchants
Get merchant 3DS config
Authorization
bearer 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