-
Notifications
You must be signed in to change notification settings - Fork 308
balanced_customer_href is corrupted #2085
Comments
This is a regression from #2036. Not only did the name of the field change, the format of the value changed as well. Old:
New:
|
Here's how we compute the URL to show on the profile page:
|
URLs like this:
now redirect to URLs like:
|
cc: @matthewfl |
We have a BalancedThing class, but we don't use that during payday. Instead, we call |
Old ACCOUNT_IDs count for new CUSTOMER_IDs, so we should be able to fix this by modifying the values in |
@whit537 you are correct that the fetch method can take the old (/v1/marketplace/MPadsf/account/asdf) url or the new (/customers/asdf) href. However, the api will always return the link on the object using the new href. for the dashboard links I am not 100 sure what needs to happen to make that work, I suppose you could prefix that with /marketplace/mpasdf/ to make it work. Hopefully this answers any questions you have about corrupt hrefs, otherwise I am not sure what you mean |
MARKETPLACE_ID is already stored somewhere under |
Looks like @cczona is being bit by this: https://twitter.com/cczona/status/478714841209651201 |
Any news on this? I've got a backlog of several weeks tips that weren't transferred. If possible, I'd like to get those transferred tomorrow with this week's scheduled one. |
Ping. Both of my accounts (cczona & callbackwomen) still have not made any external transfers since May 15th. The former has its banking info intact, so I'm not sure why it's not transferring. The latter's banking info was restored a week ago, prior to the scheduled transfer date, but the transfer again didn't happen. |
@cczona Just so you know, banking information is on the "Account" tab not the "Profile" tab. Context: https://twitter.com/cczona/status/478714841209651201 |
Oh I see @duckinator said that already, nevermind. |
@cczona Sorry this has languished. Let's figure this out ... |
First step is to understand whether @cczona is indeed getting bitten by this issue, or something else. |
(If something else, let's move to a different ticket.) |
Sure thing. What do you need from me? |
@cczona I'm reloading this ticket into my brain. The link from your Gittip profile to your account page in the Balanced dashboard does exhibit the behavior reported above, so it sounds like we're in the right place. It's possible that we may need to repair your balance in Gittip if we thought we were making deposits when we weren't, need to answer that. Also need to understand what the root issue is and how to fix it, and whether we should fix the root cause here or take care of your situation as a one-off ... |
Your |
Do I have control over |
@cczona Kinda maybe probably? Researching ... |
@cczona Probably the quickest way out of this for you would be to re-enter your bank account details on Gittip (have you tried that yet?). Then we can either do a manual payout right now or just let it run tomorrow. That way you aren't blocking while we resolve whatever the root causes are here. |
@cczona Though we do need to ensure that we haven't corrupted your Gittip balance before we do the payout. |
But I do see many successful payouts up through May. |
#1811 is the issue for balance corruption due to not properly handling failed bank payouts. |
Tagging as "Ready to Start", we have 2953 users affected by this ( |
Done in #3286. |
https://www.gittip.com/autogato/ has a bad link to Balanced.
https://www.gittip.com/matt-lowe/ has a good link (so the problem isn't universal).
Discovered during #2084. Is this a regression from #1369? Or from #2056? Or ... ?
If the
balanced_customer_href
is bad then we're going to have API failures during payday. And that's bad. Three stars!The text was updated successfully, but these errors were encountered: