feat(router): add challenge_request_key in authentication response and add support for cardinal authentication processor (#9429)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2025-09-18 20:21:38 +05:30
committed by GitHub
parent 1d23e28a17
commit b23c28b061
32 changed files with 153 additions and 13 deletions

View File

@ -8448,6 +8448,8 @@ pub struct PaymentsExternalAuthenticationResponse {
pub acs_url: Option<String>,
/// Challenge request which should be sent to acs_url
pub challenge_request: Option<String>,
/// Challenge request key which should be set as form field name for creq
pub challenge_request_key: Option<String>,
/// Unique identifier assigned by the EMVCo(Europay, Mastercard and Visa)
pub acs_reference_number: Option<String>,
/// Unique identifier assigned by the ACS to identify a single transaction