#mad-dog_webhooks

1 messages ¡ Page 1 of 1 (latest)

stoic sealBOT
#

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

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

trim lantern
paper pivot
#

Right now i make a transcation payment id: pi_3SNDcAPUp2KLZelF32A0dFW4

#

i think it processing right now

#

how can we get this trigger to success?

trim lantern
paper pivot
#

so which mean this transaction is transfer completed?

trim lantern
#

yes

#

also just to clarify terms, that PI is using ACH Direct Debit as the payment method, not bank transfer

paper pivot
#

Right

#

ACH Direct Dibit

#

so in our testing environment, how long would it take from processing to complete?

trim lantern
paper pivot
#

In production, we would need webhook for this right?

trim lantern
#

right. you can listen for payment_intent.processing to know when a Payment Intent is in process, and then payment_intent.succeeded to know when the funds have settled

paper pivot
#

real scenario: customer do ACH, the system would indicate it processing. When complete/fail, stripe triggers webhook to reflect the new status, and will reflect immediately in the system

trim lantern
#

yes, that's correct

paper pivot
#

when it's processing, does the transaction have receipt(or only until its complete?)

#

how can customer track the status the transaction(whether processing, fail, complete)? In theri stripe dashboard

trim lantern
paper pivot
#

Right

#

how can customer track the status the transaction(whether processing, fail, complete)? In their stripe dashboard?

trim lantern
#

your customers don't have access to the Stripe dashboard so I'm not sure I understand your question. you would listen for those webhook events with your integration and then contact your customers as necessary thru email or other methods

paper pivot
#

Our connected account users have access to dashboard, oh yes, i guess we would need some kind of notification

trim lantern
#

ahh these are connected account users, not customers. then yes they should be able to track with their dashboard

paper pivot
#

YES!