Hi,
A follow up question on the same(showing only debit cards). We started the implementation for Apple Pay on the web and while creating a session we set merchant capabilities as below.
"merchantCapabilities": [
"supports3DS",
"supportsDebit"
]
Payment sheet shown with only Debit cards as expected. But I'm not sure whether this will ignore Prepaid cards or not.
Problem Statement:
Our product is not supposed to get payment from Prepaid cards(not debit cards). Some Prepaid cards tend to support overdraft(credit card kinda) feature too.
So we should show only debit cards for user to choose and not any other type of cards.
Is there any way to ignore prepaid cards in Apple Pay? Please advice.
Thanks in advance.
Post
Replies
Boosts
Views
Activity
Hi Jonathan,
Thanks for your quick response. We will try out this solution in our credit line app and validate how payment is processed.
Hopefully, this solves our problem.
Thanks.