#beadle_docs

1 messages ยท Page 1 of 1 (latest)

eternal mulchBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

delicate ingot
#

Hi there ๐Ÿ‘‹ I'm not sure offhand what email you're referring to, are you able to share the full email?

eternal mulchBOT
static plume
#

Hi there! I'll be taking over for toby, who needed to step away

spice ridge
#

Ok, let me take a look

static plume
#

I can elaborate a bit if it is helpful?

#

Likely you have Customers with a legacy bank account set as a default_source

spice ridge
#

Yes. What is the most efficient way to find and update these bank accounts? Should we be able to do it from the API?

#

Also, in that link you sent there are different requirements for checkout session vs payment intents api. If we exclusivle use checkout sessions does that mean we dont' need an active mandate?

static plume
#

Yeah I think the difference is Checkout won't display legacy ACH accounts at all and the user can add their bank account as the newer ACH implementation if they wish

#

since they're always going to be there in the checkout flow, whereas many users that are on the PaymentIntents API are processing off-session payments

spice ridge
#

That is my hope as well. However, what about a legacy customer who is on a subscription with an ach debit payment method that doesn't have a proper mandate. Will those subscription payments stop working come May 6th?

static plume
#

If you want to find existing Customers that have a legacy ACH account attached, you'd need to List Customers via the api and then iterate over the list looking at default_source

spice ridge
#

That all is simple enough. I guess my question is, how do I know when the default source needs to be updated? What do I look for that tells me this source here is no good anymore?

static plume
#

see also this section in the migration guide that explains how the Bank Account can be retrieved as a Payment Method via the Payment Methods API

spice ridge
#

Ah, ok. That is helpful. Thank you so much!

#

I hope you have a great rest of your shift. Thank you for your time!

static plume
#

You're very welcome!