Skip to content

feat(analytics): Add ckh columns for 3ds intelligence analytics#8136

Merged
likhinbopanna merged 6 commits intomainfrom
9657-add-columns-to-ckh-for-3ds-intelligence-authentication-analytics
May 28, 2025
Merged

feat(analytics): Add ckh columns for 3ds intelligence analytics#8136
likhinbopanna merged 6 commits intomainfrom
9657-add-columns-to-ckh-for-3ds-intelligence-authentication-analytics

Conversation

@sahkal
Copy link
Contributor

@sahkal sahkal commented May 26, 2025

Type of Change

  • Enhancement

Description

Add ckh columns for 3ds intelligence analytics

Added nullable columns in CKH authentication table

 `mcc` Nullable(String),
    `amount` Nullable(UInt32),
    `currency` LowCardinality(Nullable(String)),
    `merchant_country` LowCardinality(Nullable(String)),
    `billing_country` LowCardinality(Nullable(String)),
    `shipping_country` LowCardinality(Nullable(String)),
    `issuer_country` LowCardinality(Nullable(String)),
    `earliest_supported_version` LowCardinality(Nullable(String)),
    `latest_supported_version` LowCardinality(Nullable(String)),
    `whitelist_decision` Nullable(Bool),
    `device_manufacturer` Nullable(String),
    `platform` LowCardinality(Nullable(String)),
    `device_type` LowCardinality(Nullable(String)),
    `device_brand` Nullable(String),
    `device_os` Nullable(String),
    `device_display` Nullable(String),
    `browser_name` Nullable(String),
    `browser_version` Nullable(String),
    `issuer_id` Nullable(String),
    `scheme_name` Nullable(String),
    `exemption_requested` Nullable(Bool),
    `exemption_accepted` Nullable(Bool),

How did you test it?

NA

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@sahkal sahkal added this to the May 2025 Release milestone May 26, 2025
@sahkal sahkal self-assigned this May 26, 2025
@sahkal sahkal added A-core Area: Core flows A-Analytics labels May 26, 2025
@semanticdiff-com
Copy link

semanticdiff-com bot commented May 26, 2025

Review changes with  SemanticDiff

@sahkal sahkal marked this pull request as ready for review May 26, 2025 07:44
@sahkal sahkal requested a review from a team as a code owner May 26, 2025 07:44
@sahkal sahkal requested a review from tsdk02 May 26, 2025 07:47
@sahkal sahkal changed the title analytics(core): Add ckh columns for 3ds intelligence analytics feat(analytics): Add ckh columns for 3ds intelligence analytics May 26, 2025
@sahkal sahkal requested a review from sai-harsha-vardhan May 26, 2025 08:20
tsdk02
tsdk02 previously approved these changes May 26, 2025
tsdk02
tsdk02 previously approved these changes May 27, 2025
Sanskar2001
Sanskar2001 previously approved these changes May 27, 2025
@hyperswitch-bot hyperswitch-bot bot dismissed stale reviews from Sanskar2001 and tsdk02 via 73295ad May 27, 2025 10:45
@hyperswitch-bot hyperswitch-bot bot requested a review from a team as a code owner May 27, 2025 10:45
@likhinbopanna likhinbopanna enabled auto-merge May 27, 2025 11:02
@likhinbopanna likhinbopanna added this pull request to the merge queue May 28, 2025
Merged via the queue into main with commit 4ad0492 May 28, 2025
15 of 23 checks passed
@likhinbopanna likhinbopanna deleted the 9657-add-columns-to-ckh-for-3ds-intelligence-authentication-analytics branch May 28, 2025 14:20
pixincreate added a commit that referenced this pull request May 30, 2025
…ordea-sepa

* 'main' of github.com:juspay/hyperswitch: (30 commits)
  chore(version): 2025.05.30.0
  chore(ci): update postman ci credentials (#8172)
  chore(docs): remove old add_connector.md file (#8143)
  refactor: Payment Attempt as mandatory field in PaymentStatusData (#8126)
  fix(payment_link): sanitize embedded payment link data (#7736)
  chore(version): 2025.05.29.0
  feat(analytics): Add ckh columns for 3ds intelligence analytics (#8136)
  refactor(debit_routing): Handle missing merchant_business_country by defaulting to US (#8141)
  chore(version): 2025.05.28.0
  refactor(success_based): add support for exploration (#8158)
  feat(dynamic_routing): add get api for dynamic routing volume split (#8114)
  fix: incorrect payout_method_id in payouts table (#8107)
  feat(router): Enable client_secret auth for payments_get_intent [v2] (#8119)
  chore: address Rust 1.87.0 clippy lints (#8130)
  feat: list for dynamic routing (#8111)
  ci(cypress): fix mandates unsupported connectors (#8086)
  feat(connector): [Barclaycard] Implement Cards - Non 3DS flow (#8068)
  fix(authentication): add Organization context validation in `Merchant Create` and `Merchant List` APIs (#8103)
  feat(connector): [Worldpayxml] add card payment (#8076)
  feat(connector): Stripe revolut pay wallet integration (#8066)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Analytics A-core Area: Core flows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants