#NewtReyes
1 messages ยท Page 1 of 1 (latest)
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
Find help and support for Stripe. Our support center 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.
@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
Hmmm.... ๐ค
๐
Okay so it's not a Connect issue. Same merchant on the request as owns the Bank Account
How was the Bank Account created?
A migration
A migration
From what, to what? What Stripe APIs were used?
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
Ah... hmmmmm...
Yeah, ACH Direct Debit works via Payment Methods APIs but not Bank Accounts AFAIK.
I think you would need to use this API instead: https://stripe.com/docs/api/customer_bank_accounts/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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?
But not this one?
Not this one
Do you have an example of one that works?
Well this should have jumped out at me sooner. The Bank Account object from the first (failing) request has one suspicious property: deleted: true
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.
As I said, I don't have much information beyond the current state of the record. Sorry ๐
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?
All I can attest to is the current state of ba_1Lha02DfcmTYbu9YNaTIEm8N because that is all the information I have.
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.
Sounds good
The bank account was actually detached from the customer in this request (after the migration): https://dashboard.stripe.com/logs/req_qpdhVnOzxpmugk
which I think factors into why you're seeing this behavior - let me do some more digging
Interesting
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