#tvm_api

1 messages ¡ Page 1 of 1 (latest)

languid ginkgoBOT
#

👋 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/1422459577068294265

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • tvm_api, 15 hours ago, 10 messages
tight remnant
#

We are trying to process confirm payment intent using stripe sdk

umbral ocean
#

Hi there, can you share with me the PaymentIntent ID (i.e., pi_xxx)

tight remnant
#

Means we want how to implement confirm intent

#

Before sending transaction to device , we create paymentIntent
After creating payment intent status = "requires_payment_method"
As a next step we called confirm Payment Intent , with MCC option , but we receive an error as
Stripe.StripeException: 'You cannot confirm this PaymentIntent because it's missing a payment method. To confirm the PaymentIntent with cus_SVvtw4YWa4gCh4, specify a payment method attached to this customer along with the customer ID.'
So, as a try , we tried confirm payment intent after transaction get completed on device , and receive an error as
Stripe.StripeException