You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
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.
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.
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
The text was updated successfully, but these errors were encountered:
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?
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Relevant source code
Add any source code causing the problem here.
Additional context
Add any other context about the problem here.
expiryMonth
field inStoredCardPaymentMethod
is 'non-optional'.PLEASE FIX THESE ISSUES. Thanks
The text was updated successfully, but these errors were encountered: