#gorleg
1 messages · Page 1 of 1 (latest)
Thanks in advance 🙂
Have you taken a look at our docs here? https://stripe.com/docs/payments/extended-authorization
It looks like the only payment option we would be able to accept would be the mastercard line (excluding maestro and cirrus cards). We're creating a platform for professional Tarot readers to teach others, which looks like it falls outside of the scope of the merchant categories listed on the other providers.
Unfortunately, limiting our payment options to only mastercard would be a non-starter for us. What kind of payment flow would you recommend instead?
If extended auths won't work for you, then your best option would be to use SetupIntents to collect payment details ahead of time. At a future point you can then use the gnerated Payment Method for future charges
The downside there is that it won't give you the strong guarantee of the customer having those exact amount of funds like a hold would
When I looked into this, it seemed like there wasn't a built-in way to ensure the payment methods were valid (one of the main benefits of placing a hold)
Yep exactly
Are there any flows you've seen in the past work for folks that offers some confirmation of the payment method?
(We could always charge some up-front fee, and then re-use the payment methhod down the line, if there are no other options)
I don' think there are any other options that wouldn't require payment apart from doing the hold. All the other options would involve you need to take some payment now (like a deposit)
Ok, thank you! That’s more or less the conclusion I’d come to from the docs but my team wanted to confirm. I appreciate the help