Unable to view the earnings
clashing
FREEOP

7 months ago

Why can I only see my earnings from the last 30 days in the https://railway.com/workspace/earnings section? What's the point of that change, as it clearly prevents the user from seeing the total, because credits are generally earned before the month?

Even though there is no filter to change the 30 days to something else!

Solved

38 Replies

7 months ago

Hello,

We don't have any plans to change this UI at this time, sorry.


7 months ago

For now, you could run this script in your templates page, it'll add up all the individual totals from your templates and log it

console.log($$('*:has(>div[title="Total payout"])').reduce((a,c)=>a+ +c.innerText.split(" ")[1],0))

If you want to have this on the UI, you could create a script that executes on page load which uses the above script in an element on the page like so:

$$('p.text-base').reverse()[0].insertAdjacentHTML("beforebegin",`<p>Total Earnings: $${$$('*:has(&gt;div[title="Total payout"])').reduce((a,c)=&gt;a+ +c.innerText.split(" ")[1],0)}</p>`)

This is very volatile so I can't recommend this long term but if you're just trying to figure out your total earnings then either is good enough as a quick make-do fix


7 months ago

Of course you'd be able to do a better implementation via the GraphQL API but I'm guessing you weren't asking for a DIY solution and the above is the second best thing to just having it on the UI


7 months ago

Here's what the UI code injection looks like

1433496170025713907


clashing
FREEOP

7 months ago

Sad to hear that! I do hope that a timeline select option will be provided at some point


7 months ago

There is a timeline in your stripe express dashboard.


clashing
FREEOP

7 months ago

This is for the template kickback program (page) and the earnings generated via templates. All of my earnings are via the bounty program. Is there any script for the earnings page, where I could see those stats? Because earlier I could see that on the https://railway.com/workspace/earnings page.

The issue is simple: For my bounty rewards, I cannot even see the balance, let alone the monthly distribution. And Brody, I can't request a payout for those rewards, making the Stripe dashboard ineffective


clashing
FREEOP

7 months ago

I am unable to understand how it is aiding the users who are solving bounties and getting paid! I know we get email notifications for solving a bounty, but that does not solve anything because there are payments we make for a plan on Railway, and the credits get consumed in that process.

So, that leaves no way to see the net balance. I knew it was a virtual currency from the start, but not allowing the account holder to see the balance doesn't add up anyhow 😅

I guess the head-shaking emoji won't make any sense for this post. Will wait for a solution, guys ✌️


7 months ago

I'm sorry but we do not have any plans to change the UI.


clashing
FREEOP

7 months ago

How is that a solution to my problem! Why was it hidden in the first place? Because it is not a thing that I can redeem into my bank account!


7 months ago

I don't have a solution to offer you, unfortunately.


clashing
FREEOP

7 months ago

The only place on earth where I could see that was the "provider, who was providing that digital currency: Railway". I don't know how that helps anyone 🥹


7 months ago

For the total amount of money that has been paid out to your bank, you can view that on Stripe Express.


clashing
FREEOP

7 months ago

Buddy, I cannot get paid real money for my bounty rewards. It is as simple as that


7 months ago

Why do you say that? We have many people getting paid real money for their bounty rewards.


clashing
FREEOP

7 months ago

Your system itself says that it is not redeemable! Can you check at your end, and tell me my remaining credits for my account.


7 months ago

Just checked, you do not have any available earnings. You only have credits, and credits are not redeemable, nor have they ever been redeemable.


clashing
FREEOP

7 months ago

Credits are itself the bounty rewards!


clashing
FREEOP

7 months ago

Then who are getting them in their bank accounts


7 months ago

No, those are two separate things.


clashing
FREEOP

7 months ago

Which bounty pays money? Am I missing something!


7 months ago

The only way to do a payout would be to have available earnings; you do not have any available earnings.


clashing
FREEOP

7 months ago

Yup, I want to know about my credits


7 months ago

You cannot withdraw credits to cash.


clashing
FREEOP

7 months ago

Because I cannot send them over to my bank


clashing
FREEOP

7 months ago

I know I can't. But what is the way to see it in the UI? Earlier, it was shown. Now, that altogether blocks the bounty-solvers from seeing their left credits! Is there any script for that thing?


7 months ago

It was not clear that you wanted to see credits, not the available balance. If you want to see credits, go here -


clashing
FREEOP

7 months ago

Thank god 😂

Finally made my way


7 months ago

Curious how you may have missed that?


clashing
FREEOP

7 months ago

So, that UI element was shifted to a new destination


clashing
FREEOP

7 months ago

Yup


7 months ago

It has always been in the usage tab.


clashing
FREEOP

7 months ago

Nope, earlier it was also shown on the earnings page, before the UI overhaul has been done


7 months ago

Yes, but it was always in the usage tab, so I am curious how you missed that. We try to make the platform as straightforward as possible, so any feedback here on how that was missed would be helpful.


clashing
FREEOP

7 months ago

Which bounties have paid real money? Can you please provide a link


7 months ago


clashing
FREEOP

7 months ago

Great 😂

It had some of your classified documents


7 months ago

!s


Status changed to Solved brody 7 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...