---
title: "GET /api/p2p/requisites"
method: GET
path: "/api/p2p/requisites"
tags: ["ApiP2P"]
---

# GET /api/p2p/requisites

`GET /api/p2p/requisites`

## Response `200`

Success

- Requisite[]
  - `id` string, uuid
  - `paymentSystemId` integer
  - `paymentMethodCurrencyCode` string, nullable
  - `userId` string, required
  - `cardNumber` string, required
  - `ownerName` string, required
  - `bankBranch` string, nullable
  - `bankName` string, nullable
  - `comment` string, nullable
  - `isDeleted` boolean
  - `paymentSystem` PaymentSystem
    - `id` integer
    - `name` string, nullable
    - `isActive` boolean

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
