mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
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:
committed by
GitHub
parent
1d23e28a17
commit
b23c28b061
@ -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
|
||||
|
||||
Reference in New Issue
Block a user