#marora

1 messages · Page 1 of 1 (latest)

hot belfryBOT
rotund aurora
#

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

primal mulch
#

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?

rotund aurora
#

Just the first time

#

After that the PaymentMethod is stored as verified

#

And doesn't need to perform verification again

primal mulch
#

perfect! thank you

rotund aurora
#

Sure!

primal mulch
#

Another quick question. What does Stripe verify as part of it's instant verification?

rotund aurora
#

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?

primal mulch
#

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?

rotund aurora
#

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

primal mulch
#

got it. thanks for clarifying