Skip to content

Create Transaction apis #2

@ilyaskarim

Description

@ilyaskarim

We need to following crud apis for transactions:

  • create
  • update
  • delete

We need to to follow our current setup, creating validations like src/v1/user.validation.ts and methods in src/v1/user.ts. We need to create apis in:

  • src/v1/wallet.validation.ts
  • src/v1/wallet.ts

and finally need to setup routes in src/v1/routes.ts.

Verification: Checks

  • On create, delete and update, we need to update the wallet balance.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions