Skip to content

feat: add recipient management system#135

Open
theFirstCodeManiac wants to merge 1 commit into0xdevcollins:mainfrom
theFirstCodeManiac:feat/recipients-crud
Open

feat: add recipient management system#135
theFirstCodeManiac wants to merge 1 commit into0xdevcollins:mainfrom
theFirstCodeManiac:feat/recipients-crud

Conversation

@theFirstCodeManiac
Copy link
Copy Markdown

@theFirstCodeManiac theFirstCodeManiac commented Apr 29, 2026

Closes #77


Summary

Adds recipient management system for merchants.

Changes

  • Introduced Recipient model (Prisma)
  • Implemented CRUD endpoints for recipients
  • Added dashboard UI for managing recipients
  • Enabled recipient selection during payouts
  • Added validation per destination type

Behavior

  • Recipients can be created, updated, deleted, and reused
  • Search and pagination supported
  • Destination details validated before use

Notes

Improves payout workflow efficiency and reduces manual entry errors

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 29, 2026

@theFirstCodeManiac Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@0xdevcollins
Copy link
Copy Markdown
Owner

@theFirstCodeManiac fix the conflict and provide a screen record of your implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dashboard: Recipient Management

2 participants