Introduction to Users
Users are the core entity of the Kulipa card system. A user is an individual that has a source of crypto funds that they wish to spend via a Kulipa card. A user can have multiple cards, but a card can only be associated with one user.
The users
endpoint signifies an individual utilizing funds managed by Kulipa through a Kulipa card, whether physical or virtual. This endpoint lets you manage users within the Kulipa system. It retains details related to the user like their name, residence, birth date, along with financial data like card balances.
Creating users and cards
In order for users to start using the system, you as the wallet provider need to create a user.
When a user is created, Kulipa creates an associated wallet entity using the wallet details that were provided. It is necessary to verify the wallet in a follow up request.
Once a user is created, you can also initiate a KYC.
Once the KYC is verified, the user becomes active. When both the user and wallet are active, it is possible to create and activate cards for the user - see create cards.