#goliath1879_unexpected
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/1294191398861672449
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! can you share the PaymentIntent id?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The payment is declined by the issuer, it's possible to get declines from the issuer that doesn't match the actual reason why it failed.
How can this be fixed?
This is confusing for us to answer our customers if the decline codes are incorrect
for declines, usually the first step is to request your customer to reach out to the issuing bank to find out why it failed. If the decline is from the issuing bank, there's really nothing much that we can do from our end
I can check with my customer to check with their bank first.
Can you help me with another issue related to mandate? For some customers, mandate is created but it still fails with missing mandate or invalid mandate
https://dashboard.stripe.com/payments/pi_1PtrdHJs8yURePOr9QyIPRtp
This eventually succeeded but failed initially. Can you help me understand the stages of transaction or intent?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
gimme a while to take a look
sure
you didn't explicitly pass in a mandate id when creating the Invoice [0] : https://dashboard.stripe.com/logs/req_UnU8D4I8dDY1Y7 - maybe try that and see if it works?
[0] https://docs.stripe.com/api/invoices/create#create_invoice-payment_settings-default_mandate
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it. The invoice created before the mandate was generated for the user