feat(router): add extended_authorization_last_applied_at to payments response (#9966)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2025-11-03 13:18:34 +05:30
committed by GitHub
parent c835b64cfe
commit e71f874d21
26 changed files with 187 additions and 32 deletions

View File

@@ -5744,6 +5744,11 @@ pub struct PaymentsResponse {
#[schema(value_type = Option<bool>)]
pub extended_authorization_applied: Option<ExtendedAuthorizationAppliedBool>,
/// date and time at which extended authorization was last applied on this payment
#[schema(example = "2022-09-10T10:11:12Z")]
#[serde(default, with = "common_utils::custom_serde::iso8601::option")]
pub extended_authorization_last_applied_at: Option<PrimitiveDateTime>,
/// Optional boolean value to extent authorization period of this payment
///
/// capture method must be manual or manual_multiple