This commit is contained in:
Stephan D
2026-02-27 01:29:57 +01:00
parent 560e2213b5
commit 7d6d7c3f56
47 changed files with 196 additions and 73 deletions

View File

@@ -8,3 +8,4 @@ components:
- cryptoAddress
- card
- cardToken
- wallet

View File

@@ -3,6 +3,5 @@ components:
FxSide:
type: string
enum:
- unspecified
- buy_base_sell_quote
- sell_base_buy_quote

View File

@@ -3,7 +3,6 @@ components:
PaymentKind:
type: string
enum:
- unspecified
- payout
- internal_transfer
- fx_conversion

View File

@@ -3,10 +3,9 @@ components:
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
- orchestration_state_unspecified
- orchestration_state_created
- orchestration_state_executing
- orchestration_state_needs_attention
- orchestration_state_settled
- orchestration_state_failed