v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
Accounts | Admin

Get Detailed Payments Accounts Data

Lets your system to get detailed payment account information including: payment account balance, account type, if the account is blocked, and account email address.
Fill at least one search field.

post/v2/accounts/retrieve

Query parameters

pageinteger

Headers

Authorizationstring required

Authorization bearer (OAuth 2)

PSU-Accept-Languagestring

Response language accepted by final client (PSU). English by default

PSU-IP-Addressstring required

IP address of the final client (PSU).

PSU-User-Agentstring

User-agent of the final client (PSU).

Request body

Example request

{
  "accounts": [
    {
      "accountid": "42",
      "email": "myemail@website.com"
    }
  ]
}

Response

OK