#shelly_docs
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/1222025981473194074
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- shelly_docs, 3 days ago, 25 messages
- shelly_docs, 3 days ago, 47 messages
- shelly_docs, 3 days ago, 5 messages
- shelly_docs, 6 days ago, 87 messages
As mentioned by my colleague earlier that you can't get R code with the API: #1220693507593867354 message
AFAIK you can't get the R-code in the public API, I don't see where it would be exposed
How would we know if a user has initiated a reversal if we don't receive this notification?
Isn't this something that is sure to happen with ACH?
What is your question here? Are you looking for R code or the notification about reversal?
yes
the notification about reversal
Which notification explicitly indicates that a reversal has occurred?
Hi I'm taking over this thread
Are you asking for a event to get notified when an ACH direct debit payment method is blocked?
yes
OK, you should listen to payment_method.automatically_updated and check https://docs.stripe.com/api/payment_methods/object#payment_method_object-us_bank_account-status_details-blocked-network_code
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Could you please tell me what circumstances could lead to a payment method being blocked? We want to check if all scenarios have been covered.
wait a moment
Are the ACH rejection codes in this document transmitted to us through the interface we just discussed?
Yes
okay,thank you very much. Can we receive this notification in the testing environment?
https://docs.stripe.com/testing?payment-method=ach-direct-debit#test-account-numbers these are the list of test account numbers, you can use them to test some scenarios