#divyashaliniics_webhooks

1 messages ยท Page 1 of 1 (latest)

south ruinBOT
#

๐Ÿ‘‹ 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.

shy zephyr
#

How do you integrate with Stripe currently? Payment Intent, Checkout Session... etc?

hybrid ember
#

Recently we enabled ACH in our system, so wanted to know about it's webhook, since in stripe dashboard saying webhook recommended?

shy zephyr
#

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

hybrid ember
shy zephyr
#

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

Build a custom payment form or use Stripe Checkout to accept payments with ACH Direct Debit.

hybrid ember
#

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

shy zephyr
#

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

hybrid ember
#

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?

shy zephyr
#

What kind of limit are you referring to?

hybrid ember
#

So for ACH payment, we have a transaction limit of daily or weekly

#

That I am referrring here

shy zephyr
#

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

hybrid ember
#

Ok, sure. Thank you

shy zephyr
#

No problem! Happy to help ๐Ÿ˜„

hybrid ember
#

Have a nice rest of the day ๐Ÿ™‚

hybrid ember
#

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?

shy zephyr
#

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