feat(core): added force_3ds_challenge for decoupled txns (#7484)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2025-04-07 14:23:00 +05:30
committed by GitHub
parent 2fdeb8580b
commit c245ece19f
27 changed files with 190 additions and 5 deletions

View File

@ -16907,6 +16907,11 @@
}
],
"nullable": true
},
"force_3ds_challenge": {
"type": "boolean",
"description": "Indicates if 3ds challenge is forced",
"nullable": true
}
},
"additionalProperties": false
@ -17687,6 +17692,11 @@
"type": "string",
"description": "The payment_method_id to be associated with the payment",
"nullable": true
},
"force_3ds_challenge": {
"type": "boolean",
"description": "Indicates if 3ds challenge is forced",
"nullable": true
}
},
"additionalProperties": false