Adyen / adyen-flutter

MIT License
24 stars 4 forks source link

Get last 4 card digits. #230

Closed alextarrago closed 1 week ago

alextarrago commented 1 month ago

Is there a way to retrieve the last 4 card digits for a CC payment method?

Robert-SD commented 1 month ago

Hi @alextarrago, Retrieve the last 4 card digits should be possible through the stored payment methods array from the /paymentMethods endpoint. Scheme objects contain a "lastFour" parameter providing the last 4 card digits. Would this be sufficient?

Robert-SD commented 1 week ago

Hello @alextarrago, I would like to close the ticket and hope that using endpoint for retrieving the reaming for digits is sufficient. Please feel free to reopen the ticket in case of additional questions.