Coinbase api on production behavior is behaving differently from the the api on development (using the temporary accesstoken)

Results I’m getting on development is different from those I’m getting on production

For example
I do not get all the accounts a user has on production, I get all on development,

account id on development has the original id while on production, account id has the account name instead of the original id. Only BTC account has the original id, the rest has the name

And if I want to get just an account, I will need to get the account id

That means with this behavior on production, I cannot get any account except btc account.

Please anyone has the solution to this behavior or is having similar changes?