#sg-pushpaveni_webhooks
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/1304036915703451710
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Seems expected given that SEPA is an delayed payment method and can take days to settle:
SEPA Direct Debit is a reusable, delayed notification payment method. This means that it can take up to 14 business days to receive notification on the success or failure of a payment after you initiate a debit from the customerโs account, though the average is 7 to 8 business days.
the SEPA payments triggered from 1st of November are all in pending status, may I know the reason
our clients are raising this as issue
usually the SEPA payments are process in around 6 days
but this month recurring payments from all of our sepa clients are in pending status
I think I just explained this no?
They can take up to 14 business days to clear/settle. Nov 1st was ~4/5 business days ago
In any case, this is not anything we can really help with here as it's not developer related at all
The timeline seems normal to me as I outlined. If you've queries about pending SEPA payments beyond that, then speak with support
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- ๐งโ๐ป You must be a developer
- ๐ ๏ธ Your question must be about building a Stripe integration
- โ๏ธ Your question must be technical/developer focused
- โฑ๏ธ You must be available to respond in realtime
- ๐ฅ You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
this delay is there for recurring payments after completing the migration process from sources api to paymentIntentAPI
any reasons for this delay....
up to previous month, all our sepa recurring payments will be succeeded with in a week itself... But this month, we are facing delays
and our customers are raising this as an issue
That's just the nature of SEPA Debit, it's a delayed payment method. All payments take multiple days to clear regardless of whether they're recurring or not
It hasn't been a week since November 1st yet. As I said, the timeline is fine and not concerning
yes I understand it, but it is possible for you to check it so that this payment is initiated with all required parameters
Yes, the payment wouldn't be in a pending state otherwise
does it mean that all the parameters are correct and the payment is successfully initiated?
Yes, that's what the payment_intent.processing event signifies. Once it fails/succeeds you'll get a 2nd event: https://docs.stripe.com/payments/sepa-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=elements#web-confirm-success
I'm going to close this thread now, if you've still got concerns about SEPA payments timelines then please speak to support using the links above
please wait
thanks for the details
kindly share the sequence of events when a SEPA payment is initiated until payment succeeded or failed
I think the link above outlines that
payment_intent.created -> .processing -> .succeeded OR .payment_failed
Yes there will also be charge.* events, but those can be discarded overall
ok,
charge.pending === payment_intent.processing. We recommend using payment_intent.* events overall
we haven;t received the event payment_intent.created for the above one
Well it's here: https://dashboard.stripe.com/events/evt_3QGEOUJf6oICl7Az0eJVSlTb
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But you don't have a webhook that listens for those events
kindly share the screenshot of it , it would be reat support for me
I can't do that as it contains PII
screenshot of this one atlease
your message: But you don't have a webhook that listens for those events
screenshot of this webhook settings
I don't really understand the relevance of the screenshot
You/your client(s) can see that yourself in the Dashboard
do we need to specifically enable the events related to payments intents for the webhooks after the migration from sources api to payment intent api
if so, we have to request the clients to enable those events... kindly support on this
Yes you'll need to update your webhooks to receive event types relevant to your integration
You can do it via the API: https://docs.stripe.com/api/webhook_endpoints
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok
ok fine, thanks I will check it out
thanks a lot for your support ๐
np
this will support me a lot from the development purpose.... thanks a lot ๐