feat(authentication): added profile acquirer create module (#8155)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2025-06-11 18:50:19 +05:30
committed by GitHub
parent 5ce2ab2d05
commit f54d785ed4
32 changed files with 699 additions and 22 deletions

View File

@ -2427,6 +2427,10 @@ pub struct ProfileResponse {
#[schema(default = false, example = false)]
pub is_pre_network_tokenization_enabled: bool,
/// Acquirer configs
#[schema(value_type = Option<AcquirerConfigMap>)]
pub acquirer_configs: Option<common_types::domain::AcquirerConfigMap>,
/// Indicates if the redirection has to open in the iframe
#[schema(example = false)]
pub is_iframe_redirection_enabled: Option<bool>,