get https://yoursite.com/api/user/payment-accounts
Display the list of payment accounts from user.
The Bearer token is the access token obtained from a successful login from Login or Two-Factor request.
Example of a successful result:
{
status:"success",
processors:[
{
id:"24",
name:"CoinMkr",
account:""
},
{
id:"7",
name:"Payeer",
account:"P123456"
},
{
id:"4",
name:"Perfect Money",
account:"U12346"
}
]
}