Integration Guide for Banks
[ENG] Integration Guide for Bank
[ENG] Integration Guide for Bank
  • General
    • 💰Overview
      • Transfers between digitized entities
        • Option 1. Fast transfer
        • Option 2. Standard transfer (optional)
      • Version history
      • API change log
      • Glossary
    • 🌐Common requirements
    • 👉Basic use case
    • 📅Integration Plan
      • Integration Plan - Business
      • Integration Plan - Technical Team
      • Multisignature
    • ❗Error messages
  • 🛠️API methods
    • Authentification
      • Authorization via JWT
      • Bank authorization
      • JWT format
    • Emlpoyee
      • How to add a user to a role
      • Role management
    • Customer
      • Segments
    • Digital entity
    • Identifiers
    • Transfer
      • Multisignature for transfers
      • [optional] Callbacks
      • Category
    • Limits
    • Reconciliation
    • [optional] Branch
      • Branch access
      • How to add employee to branch
      • Filter by branch
      • Transfers (branches)
      • Branch digital entity
Powered by GitBook
On this page
  1. General

Error messages

Consult this table if you face an error message

PreviousMultisignatureNextAuthentification

Last updated 1 year ago

Code
Status
Message
Description
401

Unauthorized

Access credentials are invalid

You are not authorized, go to

400

-

create employee identity: 409 Conflict

Employee already exists

400

-

failed to create wallet user: failed to sign up: response status code is not 2xx but 409; error was "{\"error\":\"logic error\"}\n"

Customer with this login/email already exists

400

-

failed to create entity: invalid kind: bad request

You tried to create an entity with the wrong account_kind

400

-

invalid UUID length: 0

Making payment you haven't entered receiver_id or sender_id

Contact us if you received a non-listed message.

❗
Authentification in API