Post

Replies

Boosts

Views

Activity

Reply to In iOS app when using Apple Pay user should be shown only with debit cards
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.
Jun ’23