mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user