mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(router): add external authentication webhooks flow (#4339)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d4dbaadb06
commit
00cd96d097
@ -40,6 +40,9 @@ pub struct Authentication {
|
||||
pub acs_trans_id: Option<String>,
|
||||
pub three_ds_server_trans_id: Option<String>,
|
||||
pub acs_signed_content: Option<String>,
|
||||
pub profile_id: String,
|
||||
pub payment_id: Option<String>,
|
||||
pub merchant_connector_id: String,
|
||||
}
|
||||
|
||||
impl Authentication {
|
||||
@ -82,6 +85,9 @@ pub struct AuthenticationNew {
|
||||
pub acs_trans_id: Option<String>,
|
||||
pub three_dsserver_trans_id: Option<String>,
|
||||
pub acs_signed_content: Option<String>,
|
||||
pub profile_id: String,
|
||||
pub payment_id: Option<String>,
|
||||
pub merchant_connector_id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user