#Cory

1 messages · Page 1 of 1 (latest)

grave rampartBOT
steel herald
random flare
#

So we even with 3DS setup properly it can still fail?

steel herald
#

What do you mean by "fail"?

random flare
#

Well it looks like some users are getting an "incomplete" and says they must completey additional authentication

steel herald
#

Yes, additional authentication may be required later.

random flare
#

is "stripe billing" different from just using Stripe Elements?

random flare
steel herald
#

Stripe Billing includes Subscriptions and Invoices. Stripe Elements are UI components you use to collect information from your customers. They're separate things, but can be used together.

#

I meant required by the card issuer, for example.

#

Can you tell me more about the specific issues you're running into?

random flare
#

Some users who reside in India are failing when trying to signup for our subscription based product

steel herald
#

Have you read through the docs linked in that support article?

random flare
#

I see

#

But I am handling subscription already how does "Stripe Billing" help?

steel herald
#

What do you mean by "I am handling subscription"? You mean you're not using Stripe Subscriptions and you're handling the recurring logic on your end? Or something else?

random flare
#

I am using stripe elements to create the customer and then in PHP, \Stripe\Subscription::create

#

I guess I am confused as to how stripe billing fits in

steel herald
#

Okay, so you're creating a Stripe Subscription with that code. Stripe Subscriptions are part of Stripe Billing.

#

So you're using Stripe Billing.

random flare
#

oh okay

#

I thought it was extra charge

steel herald
random flare
#

ok I see

random flare
#

But essentially, if 3DS is setup properly, there should be no issue with payments made from India?

ivory pumice
#

👋 hopping in since rubeus had to head out

random flare
#

ok!

ivory pumice
#

Just to be clear you either have an india or international account, and you want to accept recurring payments from india cardholders, right?

random flare
#

I am based in the USA

#

but accept payments from all over, and want to accept reccuring payments from india cardholders

ivory pumice
random flare
#

ok I am checking those out, thanks

#

 Users need to receive a pre-debit notification at least 24 hours before the actual charge with the exact debit amount mentioned.

#

Does this just mean an email will be sent to the user

#

?

ivory pumice
random flare
#

thanks