Комиссии и курс

Комиссии и курсы по методам оплаты.

GEThttps://pipay.su/api/v2/rate

Получение комиссий

Query-параметры:

Параметр Тип Обязательно Описание
method_code string Нет Фильтр по коду метода оплаты.

Ответ:

Ответы с ошибкой:

  • { "status": false, "error": { "code": 40403, "message": "Нет payment methods found", "details": "У мерчанта нет привязанных методов оплаты." }}

Примеры ответов

Get Commissions (200)

json
{
  "data": [
    {
      "code": "c2c",
      "currency": "RUB",
      "sell": {
        "commission": 7,
        "rate": 91.23,
        "total": 98.23
      },
      "buy": {
        "commission": -2,
        "rate": 92.66,
        "total": 90.66
      }
    },
    {
      "code": "sbp",
      "currency": "RUB",
      "sell": {
        "commission": 7,
        "rate": 91.23,
        "total": 98.23
      },
      "buy": {
        "commission": -2,
        "rate": 92.66,
        "total": 90.66
      }
    },
    {
      "code": "spay",
      "currency": "RUB",
      "sell": {
        "commission": 7,
        "rate": 91.23,
        "total": 98.23
      },
      "buy": {
        "commission": -2,
        "rate": 92.66,
        "total": 90.66
      }
    },
    {
      "code": "a2a",
      "currency": "RUB",
      "sell": {
        "commission": 6,
        "rate": 91.23,
        "total": 97.23
      },
      "buy": {
        "commission": -2,
        "rate": 92.66,
        "total": 90.66
      }
    }
  ]
}