Skip to content

feat: add payment processing endpoint and service#68

Merged
zakkiyyat merged 3 commits intoMixMatch-Inc:mainfrom
devdeen213:ft/paymentservices
Jan 28, 2026
Merged

feat: add payment processing endpoint and service#68
zakkiyyat merged 3 commits intoMixMatch-Inc:mainfrom
devdeen213:ft/paymentservices

Conversation

@devdeen213
Copy link
Contributor

Changes

  • Added payDJ(from, to, amount) base payment function
  • Constructs and submits Stellar Payment operations in XLM
  • Routes transactions through the server wallet (MVP custodial model)
  • Validates destination account before submission
  • Uses shared transaction builder

closes #60

Copy link
Contributor

@zakkiyyat zakkiyyat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please resolve the conflict

@devdeen213
Copy link
Contributor Author

@zakkiyyat resolved, please review

@devdeen213 devdeen213 requested a review from zakkiyyat January 28, 2026 17:17
Copy link
Contributor

@zakkiyyat zakkiyyat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, all tests are passing.

@zakkiyyat zakkiyyat merged commit d17b116 into MixMatch-Inc:main Jan 28, 2026
1 check passed
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.

Direct Payment Operation

2 participants