#sahillakhwani_api

1 messages · Page 1 of 1 (latest)

bold dirgeBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1425816130836107334

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

gritty bolt
#

Hi there. Is this a question about a payment you've made with Stripe?

bold dirgeBOT
terse ravine
#

This is about how Indian credit cards are handled

bold dirgeBOT
terse ravine
#

From what I know, the Indian government mandates a 2FA which is usually through SMS, but Stripe doesn't seem to be attempting that, and hence the payment is failing

keen kestrel
#

hey there! do you have the ID of an example payment (pi_123) to share so we can take a look at what happened?

terse ravine
#

Not really, this was a complain from a customer

#

Can you please just let me know how Indian cards are processed?

keen kestrel
#

what should happen is that 3DS happens when the subscription is created (i.e. on the first payment), which then creates an e-mandate

then after that, the customer needs to confirm each recurring payment via a pre-debit notification sent through their bank

we have a guide that can be accessed here[0], although the page is currently redirecting incorrectly to another page in our docs (we're working on correcting that and it should be fixed soon)

[0] https://docs.stripe.com/india-recurring-payments

terse ravine
#

We create and try to pay the invoice from our system. So when is the user expected to confirm the payment?

keen kestrel
#

generally India-based customers/users receive pre-debit notifications 48 hours before an upcoming subscription renewal payment

bold dirgeBOT
keen kestrel
#

but this customer doesn't appear to have any payment method on file

terse ravine
#

Can I know there was one added and then removed?

drifting citrus
#

hi there, taking over for my colleague, can you send me an example invoice ID (in_1234) to take a look at?

drifting citrus
#

sorry, I need an invoice ID to investigate. it will be in the format in_1234abc

terse ravine
#

in_1SGA0jLoz3M8FCeuhWXYD28z

#

What I want to know is how Indian credit cards are handled?

#

In our system, we create an invoice for our customers and then try to pay them stripeClient.Invoices.Pay (Go SDK)

drifting citrus
terse ravine
#

ok, asuuming a payment methods is attached and the payment less than INR 15,000, the payment should just go fine? Is the user notified by Stripe before 24hrs of the payment?

drifting citrus
terse ravine
#

This links redirects me to some documentation