In User dashboard – My Profile you can find a private profile field that only the User or Site Admin can see.
The field name is Payment info / Hidden Field.
Admin can view this info in owners – edit owner
Or in users / edit user
How to hide the field
Add this custom css https://help.wprentals.org/article/3029/
[for="payment_info"] { display: none; } [id="payment_info"] { display: none; }