Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Extend storage of additional payment method details to wallets #5868

Open
2 tasks done
kashif-m opened this issue Sep 12, 2024 · 1 comment · Fixed by #5869 · May be fixed by #6644
Open
2 tasks done

[FEATURE] Extend storage of additional payment method details to wallets #5868

kashif-m opened this issue Sep 12, 2024 · 1 comment · Fixed by #5869 · May be fixed by #6644
Assignees
Labels
C-feature Category: Feature request or enhancement

Comments

@kashif-m
Copy link
Contributor

Feature Description

Wallet integrations like ApplePay and GooglePay makes use of a tokenized network token which is collected on client's device and sent to underlying PSPs for completing the txns. The intermediary parties do not have any access to the raw payment method data details. However, these wallets also has some metadata for identification and display purposes. These details are to be stored and propagated in payments response.

Possible Implementation

HyperSwitch supports loads of wallet integrations today. As a first cut, add additional payment method details to below wallets

  • ApplePay
  • GooglePay

Have you spent some time checking if this feature request has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

@kashif-m kashif-m added C-feature Category: Feature request or enhancement S-awaiting-triage Status: New issues that have not been assessed yet labels Sep 12, 2024
@kashif-m kashif-m self-assigned this Sep 12, 2024
@SanchithHegde SanchithHegde removed the S-awaiting-triage Status: New issues that have not been assessed yet label Sep 22, 2024
@kashif-m
Copy link
Contributor Author

kashif-m commented Nov 22, 2024

# 2

  • Extend propagation of additional payment method details in payments API response and webhooks response during wallet MIT transactions

Context

  • MIT transactions in HS work using a payment_method_id during payments call
  • Additional payment method data for wallets is expected during payments creation - which is not available during MIT payments

Possible solution

  • Additional payment method data for wallets to be stored in DB
  • Same to be retrieved from the DB during MIT payments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: Feature request or enhancement
Projects
None yet
2 participants