#marora
1 messages · Page 1 of 1 (latest)
Hello
You don't really need a SetupIntent at all in this case
You just use the PaymentIntent from the Subscription creation.
Or you use the pending_setup_intent from the Subscription if you are offering a free trial
But overall yes, the PaymentMethod does not have to be verified to start the Sub.
Recommend testing it out
If I have verification enabled in PaymentIntent API will I be charged for verification on every recurring payment for subscription or just the first time?
Just the first time
After that the PaymentMethod is stored as verified
And doesn't need to perform verification again
perfect! thank you
Sure!
Another quick question. What does Stripe verify as part of it's instant verification?
What exactly do you mean? We do a check with the bank that the account exists and is in good standing.
Is that what you are asking?
Yes that is what I meant. When you say that it is in good standing, does that mean it has not been stolen/has had fraudulent activities etc?
I don't know the exact details of what the bank checks on. Just that they indicate to us that it is verified. I'd assume they wouldn't say it is verified if they thought it was stolen/fraud, but I also am sure it isn't completely possible for them to know
got it. thanks for clarifying