mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
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:
@ -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>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user