#ao-op
1 messages · Page 1 of 1 (latest)
TBH I don't know how they do it. But basically for loophome, there is a mandatory KYC process where they need to verify my address. One way they do it is by using the customer's credit card to verify the address. Not sure how it works, but the console network logs show they are talking to stripe.
This is the screen before the charge
Just want to know if there is a stripe service that does this
This looks like a SetupIntent, where we verify/save the card for later
You can learn more about it here: https://stripe.com/docs/payments/setup-intents
Ah. Thanks. Looks like it. Let me try it out.