Apple Pay should show only with debit cards in the payment sheet and shouldn't include prepaid cards
Hi,
Our Product background: Our product is a credit line provider based in UK. Works more or less like a credit card. Hence we won't be taking payment from other credit cards. We are planning to have Apple Pay in our product to get payments.
To showing only debit cards, we set merchant capabilities as below while creating a session for Apple Pay on the web.
"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(non-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.