GET /payments/new

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

{
  "data": {
    "number": 189,
    "date": "2019-10-17T00:00:00+03:00",
    "amount": 1012.12,
    "currency_id": 8,
    "payment_type_id": 1,
    "payment_code": null,
    "subject": null,
    "meta": [],
    "contractor": {
      "id": "66f627d12e804dd99ce0654bc5fd5399",
      "name": "Общество с ограниченной ответственностью \\"Онлайн-бухгалтерия\\"",
      "short_name": "ООО \\"Онлайн-бухгалтерия\\"",
      "full_name": "ООО \\"Онлайн-бухгалтерия\\"",
      "uin": "192003700",
      "is_resident": true,
      "country_id": 20,
      "is_legal_person": 1,
      "requisites": {
        "bank_name": null,
        "bank_account": null
      },
      "label": "ООО \\"Онлайн-бухгалтерия\\", 192003700",
      "operation_category_id": 1,
      "is_favourite": false,
      "email": null,
      "phone": null,
      "responsible_person": null,
      "address": null,
      "juridical_address": "Брестская обл.,г. Брест,ул. Пионерская, д.52, кв. 405",
      "okpo": null,
      "basis": null,
      "birthday": null,
      "passport_id": null,
      "passport_number": null,
      "passport_date": null,
      "passport_issued": null,
      "created_at": "2019-10-18T16:25:06+03:00",
      "updated_at": "2019-10-18T16:27:46+03:00"
    },
    "contractor_bank_account": {
      "id": 13717,
      "bank_id": 116,
      "number": "BY70ALFA30122672550030270000",
      "is_default": false,
      "created_at": "2019-10-18T16:25:06+03:00",
      "updated_at": "2019-10-18T16:27:46+03:00"
    },
    "bank_account": {
      "id": "ed0674ffa4cc4f168b38ca75874bbdc2",
      "number": "BY84ALFA30132130990130270000",
      "balance": 20.67,
      "balance_date": "2019-10-14T00:00:00+03:00",
      "opening_balance": 0,
      "opening_balance_date": "2019-10-14T00:00:00+03:00",
      "is_transit": false,
      "is_main": true,
      "label": "Текущий (расчетный)",
      "created_at": "2019-10-11T10:48:10+03:00",
      "updated_at": "2019-10-17T14:07:10+03:00"
    },
    "currency": {
      "id": 8,
      "code_name": "BYN",
      "code": 933
    }
  }
}