added api docs

This commit is contained in:
Arseni
2026-02-24 21:26:31 +03:00
parent 0646f55189
commit fa54088b25
87 changed files with 2299 additions and 0 deletions

12
interface/external/payment_state.yaml vendored Normal file
View File

@@ -0,0 +1,12 @@
components:
schemas:
PaymentState:
type: string
enum:
- payment_state_unspecified
- payment_state_accepted
- payment_state_funds_reserved
- payment_state_submitted
- payment_state_settled
- payment_state_failed
- payment_state_cancelled