Skip to main content

FAQ

It manages accounts, customers, participants, and wallets for the LedgerLink platform, providing RESTful APIs for CRUD operations and business logic.

How do I create an account?

Use the /accounts POST endpoint with a valid payload. See api-reference/account-service.md.

How are errors handled?

All errors are returned as structured JSON responses. See error-handling.md.

How do I run tests?

Run npm test for unit tests and npm run test:e2e for end-to-end tests.

How do I connect to the database?

Database configuration is managed via environment variables. See getting-started.md.

How do I update an account?

Use the /accounts/:id PATCH endpoint with the fields to update.