#sivakaricheti_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1270808726147956871
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@tepid rampart hello! I'm sorry but this is unfortunately really vague as a question. Can you clarify what you need help with exactluy?
@tepid rampart do you have more details?
We tried to auto charge a customer via payment intent api (customer has link as payment method)
payment intent call was succeed
Are you an experienced developer writing your own code? Sorry this is super confusing the way it's framerd
but it is showing as incompleted (3DS need to be done )
We tried to charge and it went to 3DS
but we never faced this issue for our other stripe site
Are you an experienced developer writing your own code? Sorry this is super confusing the way it's framerd
yes
Okay, so what's the exact issue, in a developer terms, instead of a picture of the Dashboard? If you are aasking about a one-off decline you really should talk to our support team instead: https://support.stripe.com/contact
we tried to charge a Stripe cusotmer using payment Intent api
the api call. was successful
but the payment showing as incomplete because of 3DS action required
we never seen this issue
we were able to charge lot of customers without this 3DS
That is extremely common really. Banks can ask to do 3DS so the next step is to get the customer back on your website/app and have them confirm the PaymentIntent to go through 3DS as needed.
we have thousands of customers on our upserve stripe site and we never faced this 3DS issue
this is the api request we use
{
"amount": "174166",
"automatic_payment_methods": {
"allow_redirects": "never",
"enabled": "true"
},
"confirm": "true",
"currency": "usd",
"customer": "cus_QRG5JUVDFf6JVr",
"metadata": {
"netsuite_invoice_id": "82083085"
},
"payment_method": "pm_1Pe6QPIuZHGmhblooht7UeRv"
}
customer payment method was link in this scenario
๐ stepping in as koopajah needs to step away
As noted, not unconmmon for a bank to request 3DS. That is out of our control -- your integration needs to be set up to handle bringing your customer back on-session if 3DS is requested (if the PaymentIntent moves to requires_action) so you can have your customer complete 3DS for the charge