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

[BUG] UnionPay Payment Method Expiry Date / CVC Issues #1739

Open
alwayswith opened this issue Jul 9, 2024 · 2 comments
Open

[BUG] UnionPay Payment Method Expiry Date / CVC Issues #1739

alwayswith opened this issue Jul 9, 2024 · 2 comments
Labels

Comments

@alwayswith
Copy link

alwayswith commented Jul 9, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment

  • Device: iPhone 12
  • iOS Version: 17.5.1
  • SDK Version: 5.4.1
  • Adyen API Version: [e.g 67]
  • Package management system: Using Cocoapodds
  • Xcode version: 15.4
  • Mac OS type: M1

Relevant source code
Add any source code causing the problem here.

Additional context
Add any other context about the problem here.

  1. Most UnionPay debit cards do not have a CVC number, but when using a saved UnionPay card payment method to process payment flow, a CVC is still required. However, entering any random number allows the payment to go through successfully.
  2. If a new UnionPay debit card is added for payment without entering the card’s expiration date, the payment can still be successful. However, even with the “Stored Card” option enabled, the card cannot be saved. Upon investigation, it was found that the paymentMethods interface already includes saved card information, but the missing expiryMonth field causes the Adyen SDK to filter it out, resulting in the saved card not being displayed. The expiryMonth field in StoredCardPaymentMethod is 'non-optional'.

PLEASE FIX THESE ISSUES. Thanks

@alwayswith alwayswith added the bug label Jul 9, 2024
@alwayswith alwayswith changed the title UnionPay Payment Method Expiry Date / CVC Issues [BUG] [BUG] UnionPay Payment Method Expiry Date / CVC Issues Jul 9, 2024
@atmamont
Copy link
Contributor

atmamont commented Jul 9, 2024

Hi @alwayswith,
Thanks for reporting! We will investigate this issue, could you help us a bit?
Which test card did you use to reproduce this on test environment?

@atmamont
Copy link
Contributor

atmamont commented Jul 9, 2024

We were able to identify this bug, thank you for reporting. We will let you know later which version we aim to fix it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants