Skip to content

Bootstrap payment API (send/list payments)#38

Open
andyphp wants to merge 1 commit into
tscircuit:mainfrom
andyphp:feat/payment-api
Open

Bootstrap payment API (send/list payments)#38
andyphp wants to merge 1 commit into
tscircuit:mainfrom
andyphp:feat/payment-api

Conversation

@andyphp
Copy link
Copy Markdown

@andyphp andyphp commented May 16, 2026

Adds payment sending and listing endpoints with in-memory database, schema, and tests.

Closes #1

Add payment endpoints with in-memory database support:
- POST /payments/send - send a payment with amount, currency, recipient, description
- GET /payments/list - list all sent payments
- Database schema and client methods for payments
- Comprehensive test coverage
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.

Bootstrap w/ API for sending payment

1 participant