Payment accounts

Display the list of payment accounts from user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    }
  ]
}
Headers
string
required
Defaults to Bearer {access_token}

Ex: Bearer {access_token} should be replaced with the user access token.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json