#divyashaliniics_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/1240524375623598230
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
How do you integrate with Stripe currently? Payment Intent, Checkout Session... etc?
Recently we enabled ACH in our system, so wanted to know about it's webhook, since in stripe dashboard saying webhook recommended?
Using stripe APIs
Which specific APIs? Examples such as Payment Intent, Checkout Sessions are all API based
Different APIs have their corresponding webhook events. We'd need to know your integration works in order to advice which events can be listened
Oh ok sure
For creating payments we use below one
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks for sharing! In this case, I'd recommend listening to payment_intent.* related events such as payment_intent.processing, payment_intent.succeeded and payment_intent.payment_failed
You may check here for more information: https://docs.stripe.com/payments/ach-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#web-confirm-paymentintent-succeeded
Ok, sure will go through provided link
Few more questions on same related to ACH payments
Can we disable or autopopulate email and full name from ACH payment options?
This is what we are getting after adding us_bank_account as our payment_method_types
Requirement is to auto-populate and hide it from ACH payment view options while adding payment method
I'm afraid it's not possible to disable email and full name fields on the modal, neither the information can be prefilled on Payment Element integration
Oh ok, let me check with my team on this one
May I know how do we know the limit of ACH payment for our account?
Do we have any api to know the daily/weekly limit?
What kind of limit are you referring to?
So for ACH payment, we have a transaction limit of daily or weekly
That I am referrring here
This channel is for technical integration questions. We don't have necessary expertise on the transaction limit. For the transaction limit on ACH direct debit, I'd recommend checking with Support https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok, sure. Thank you
No problem! Happy to help ๐
Have a nice rest of the day ๐
Hi
1 more question
For a say, if an account limit per transaction is $6,000.00 and limit per week is $10,000.00, then how we can get to know how much limit already been used for that account?
I'm afraid we don't know much about the transaction limit and it's remaining balance. I'd recommend checking with Support as well