#NewtReyes

1 messages ยท Page 1 of 1 (latest)

summer dockBOT
cerulean laurel
#

Hi, apologies for the wait (the server is very busy). Do you have a request ID for that?

Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request

iron spear
#

@cerulean laurel @rancid cargo Here's an example: req_jcUTdFmRM1vnsZ

#

Sorry for the delay

#

personal stuff got me in a different direction for a while

rancid cargo
#

Hmmm.... ๐Ÿค”

iron spear
#

๐Ÿ™‚

rancid cargo
#

Okay so it's not a Connect issue. Same merchant on the request as owns the Bank Account

#

How was the Bank Account created?

iron spear
#

A migration

rancid cargo
#

A migration
From what, to what? What Stripe APIs were used?

iron spear
#

It was a migration that was managed by stripe

#

From an external payment processor to stripe

#

I can get you the migration request id

#

migreq_1LG8MODfcmTYbu9YCpRqX62u

rancid cargo
#

Ah... hmmmmm...

iron spear
#

The plot thickens

#

๐Ÿ™‚

rancid cargo
#

Yeah, ACH Direct Debit works via Payment Methods APIs but not Bank Accounts AFAIK.

iron spear
#

I tried

#

Didn't work either

#

:/

#

Also, most of the bank accounts can be retrieved as pms

#

Why is it that this one can't be?

rancid cargo
#

But not this one?

iron spear
#

Not this one

rancid cargo
#

Do you have an example of one that works?

iron spear
#

I do

#

But I am on my phone now

#

Give me 10 mins

iron spear
#

Here's the example: req_Y8GlRCvcGxqWLz

#

Sorry for the delay

rancid cargo
#

Well this should have jumped out at me sooner. The Bank Account object from the first (failing) request has one suspicious property: deleted: true

iron spear
#

LOL

#

Can you see who deleted it?

rancid cargo
#

Unfortunately there are no modifying requests associated with this record. Just that it was created 7 days ago. Without more insight into previous records I would say it came in to Stripe that way.

iron spear
#

It was migrated as deleted?

#

How could that be?

rancid cargo
#

As I said, I don't have much information beyond the current state of the record. Sorry ๐Ÿ™

iron spear
#

Mmmm... Sorry to insist but I just want to understand. As far as you can see, this record was created as deleted as there are no modifying requests?

#

Am I getting that right?

#

So the hard facts are that the record is deleted and there are no modifying requests. Correct?

rancid cargo
#

All I can attest to is the current state of ba_1Lha02DfcmTYbu9YNaTIEm8N because that is all the information I have.

iron spear
#

Oh, ok. You can't see if it has been modified since its creation?

#

I am asking because it is an uncommon situation. It was migrated last week and we haven't deleted it.

steel ridge
#

๐Ÿ‘‹ I'm hopping in since snufkin has to head out

#

give me a minute to catch up

iron spear
#

Sounds good

steel ridge
#

which I think factors into why you're seeing this behavior - let me do some more digging

iron spear
#

Interesting

steel ridge
#

Yup, I can reproduce on my end with a Bank Account (ba_xxx) object attached to a customer. After it's been detached I can no longer retrieve it. I don't see the same behavior with PMs, but let me also try with Sources and Cards

iron spear
#

Awesome, @steel ridge

#

Thank you for your thorough investigation

steel ridge
#

Yup, I see the same thing happening with Cards, so I think this is a weird quirk involving Sources (including Cards + Bank Accounts) that can be used as Payment Methods

#

I believe this is expected behavior (albeit a bit odd)