feat(api): add browser information in payments response (#3963)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Narayan Bhat
2024-04-03 15:16:18 +05:30
committed by GitHub
parent ae37b059e0
commit 4051cbb4e7
9 changed files with 254 additions and 310 deletions

View File

@ -3186,6 +3186,10 @@ pub struct PaymentsResponse {
/// Payment Fingerprint
pub fingerprint: Option<String>,
#[schema(value_type = Option<BrowserInformation>)]
/// The browser information used for this payment
pub browser_info: Option<serde_json::Value>,
/// Payment Method Id
pub payment_method_id: Option<String>,