Operation get_cashin_requisites

The operation of obtaining payment details for refunding via various external systems — Webmoney, EPESE, etc...

Query parameters

Parameter Value
operation get_cashin_requisites
login <User name>
token <TOKEN>. Obtained after invoking get_token.

See also

  • get_accounts — Obtaining the list of your accounts (wallets).

Response in the CSV format

Format

Line No. Data format
10;OK
2 ... n<system>;<account_RUR>;<account_USD>;<account_EUR>

Values

Value Description
<system>External system name.
May take the following values:
  • Epese
<account_RUR>
<account_USD>
<account_EUR>
Wallets in an external system in the respective currency.

Response examples

JSON (recommended format, please set x-response-format=json header)

{
    "code": 0,
    "message": "",
    "data": {
        "systems": {
            "epese": {
                "name": "Epese",
                "RUR": "",
                "USD": "07399",
                "EUR": "07399"
            }
        }
    }
}

CSV

0;OK
Epese;;07399;07399
API Capitalist