# Finsei Docs ## Docs - [GET /v1/beneficiary](https://docs.finsei.com/api-reference/endpoint/get-v1-beneficiary.md) - [GET /v1/beneficiary/{id}](https://docs.finsei.com/api-reference/endpoint/get-v1-beneficiary-id.md) - [GET /v1/card ⚠️](https://docs.finsei.com/api-reference/endpoint/get-v1-card.md): **Deprecated** - [GET /v1/card/{id} ⚠️](https://docs.finsei.com/api-reference/endpoint/get-v1-card-id.md): **Deprecated** - [GET /v1/card/{id}/limits ⚠️](https://docs.finsei.com/api-reference/endpoint/get-v1-card-id-limits.md): **Deprecated** - [GET /v2/card](https://docs.finsei.com/api-reference/endpoint/get-v2-card.md) - [GET /v2/card/{id}](https://docs.finsei.com/api-reference/endpoint/get-v2-card-id.md) - [GET /v2/payment](https://docs.finsei.com/api-reference/endpoint/get-v2-payment.md) - [GET /v2/payment/{id}](https://docs.finsei.com/api-reference/endpoint/get-v2-payment-id.md) - [GET /v2/webhook](https://docs.finsei.com/api-reference/endpoint/get-v2-webhook.md) - [GET /v2/webhook/event](https://docs.finsei.com/api-reference/endpoint/get-v2-webhook-event.md): List of events you can sign up for - [GET /v3/auth/web-socket](https://docs.finsei.com/api-reference/endpoint/get-v3-auth-web-socket.md) - [GET /v3/wallet](https://docs.finsei.com/api-reference/endpoint/get-v3-wallet.md) - [GET /v3/wallet/{id}](https://docs.finsei.com/api-reference/endpoint/get-v3-wallet-id.md) - [PATCH /v2/card/{id}/password](https://docs.finsei.com/api-reference/endpoint/patch-v2-card-id-password.md) - [PATCH /v2/card/{id}/phone](https://docs.finsei.com/api-reference/endpoint/patch-v2-card-id-phone.md) - [PATCH /v2/card/{id}/pin](https://docs.finsei.com/api-reference/endpoint/patch-v2-card-id-pin.md) - [PATCH /v2/card/{id}/sms-balance-notification](https://docs.finsei.com/api-reference/endpoint/patch-v2-card-id-sms-balance-notification.md) - [PATCH /v2/card/{id}/status](https://docs.finsei.com/api-reference/endpoint/patch-v2-card-id-status.md) - [PATCH /v2/webhook](https://docs.finsei.com/api-reference/endpoint/patch-v2-webhook.md) - [POST /v1/payment/{id}/cancel](https://docs.finsei.com/api-reference/endpoint/post-v1-payment-id-cancel.md) - [POST /v2/auth](https://docs.finsei.com/api-reference/endpoint/post-v2-auth.md) - [POST /v2/auth/token ⚠️](https://docs.finsei.com/api-reference/endpoint/post-v2-auth-token.md): **Deprecated** - [POST /v2/auth/token/refresh ⚠️](https://docs.finsei.com/api-reference/endpoint/post-v2-auth-token-refresh.md): **Deprecated** - [POST /v2/beneficiary](https://docs.finsei.com/api-reference/endpoint/post-v2-beneficiary.md) - [POST /v2/card](https://docs.finsei.com/api-reference/endpoint/post-v2-card.md) - [POST /v2/card/{id}/calculate/limits](https://docs.finsei.com/api-reference/endpoint/post-v2-card-id-calculate-limits.md) - [POST /v2/card/{id}/credentials](https://docs.finsei.com/api-reference/endpoint/post-v2-card-id-credentials.md) - [POST /v2/member](https://docs.finsei.com/api-reference/endpoint/post-v2-member.md) - [POST /v3/auth/token](https://docs.finsei.com/api-reference/endpoint/post-v3-auth-token.md) - [POST /v3/payment](https://docs.finsei.com/api-reference/endpoint/post-v3-payment.md) - [POST /v3/payment/sign](https://docs.finsei.com/api-reference/endpoint/post-v3-payment-sign.md) - [POST /v2/mfa/{type}/sign/{requestId}](https://docs.finsei.com/api-reference/endpoint/post-verify-mfa.md): Submits an MFA verification code to retrieve a signToken. - [PUT /v3/auth/token](https://docs.finsei.com/api-reference/endpoint/put-v3-auth-token.md) - [Introduction](https://docs.finsei.com/api-reference/introduction.md): In this section, you will find the necessary endpoints. - [Rate Limiting and 429 Response](https://docs.finsei.com/api-reference/rate-limiting-429.md) - [Beneficiary](https://docs.finsei.com/core-concepts/beneficiary.md): Beneficiary is an entity that holds IBAN in it and can be used to create debit payments. - [User](https://docs.finsei.com/core-concepts/user.md): Users (also known as sub-users) are entities within a company who can perform various actions depending on their assigned role. - [How can I check my card limits?](https://docs.finsei.com/getting-started/check-card-limits.md) - [How can I check all my cards?](https://docs.finsei.com/getting-started/check-my-cards.md) - [How can I check my wallet account details?](https://docs.finsei.com/getting-started/check-my-wallet-account-details.md) - [How can I check payment status?](https://docs.finsei.com/getting-started/check-payment-status.md) - [How can I create a card?](https://docs.finsei.com/getting-started/create-card.md) - [How can I create debit payment to another Finsei wallet?](https://docs.finsei.com/getting-started/create-debit-another-finsei-wallet.md) - [How can I create a debit payment to the beneficiary?](https://docs.finsei.com/getting-started/create-debit-to-ben.md) - [How can I create incoming credit payments?](https://docs.finsei.com/getting-started/create-incoming-credit-payments.md) - [JWT token without 2FA](https://docs.finsei.com/getting-started/create-jwt-token.md) - [A user (sub-user) creation](https://docs.finsei.com/getting-started/create-sub-user.md) - [Account on Finsei sandbox](https://docs.finsei.com/getting-started/get-sandbox-account.md) - [How can I get webhooks?](https://docs.finsei.com/getting-started/payment-webhooks.md) - [How can I check all payments related to some specific wallet?](https://docs.finsei.com/getting-started/see-all-wallet-payments.md) - [What is ‘status’ for payment?](https://docs.finsei.com/getting-started/status-for-payment.md) - [Finsei Developer Docs](https://docs.finsei.com/index.md): Welcome to the Finsei Developer Documentation — your guide to integrating and working with Finsei’s financial API tools. - [Status page](https://docs.finsei.com/status-page.md): System status and incident history. - [Support](https://docs.finsei.com/support.md): For any questions or problems related to integration, please contact [dina.osipova@finsei.com](mailto:dina.osipova@finsei.com) - [Who is this for?](https://docs.finsei.com/who-is-this-for.md): Welcome to the Finsei Integration Guide. ## OpenAPI Specs - [openapi](https://docs.finsei.com/api-reference/openapi.json) ## Optional - [Website](https://finsei.com) - [Sandbox App](https://app.sandbox.finsei.com/auth/login) - [Sandbox Swagger](https://api.sandbox.finsei.com) - [Status page](https://status.finsei.com/)