Our user flow is like this:
- User will request service with apple pay (PKPaymentSummaryItemTypePending)
- Stripe will provide apple pay token
- We will provide the service
- We will charge the user for the service
We have a radar rule to block prepaid cards. Unfortunately, if you use apple pay with a prepaid card, it will pass through steps 1 - 3, then get blocked at step 4.
Therefore user will get the service free.
The goal is to block them at step 2.
How do we validate the card before step 3?
From Stripe:
reference 1
reference 2