Payments API
v1.0.0Payments REST plus payment-domain operations through the federated GraphQL gateway.
17 operationsGraphQL:
https://api.yieldfabric.com · REST: https://pay.test.yieldfabric.comQueries
Read-only queries: payments, contracts, swaps, positions, entities, plus the dealFlow.* family.
Messages (REST)
Status, polling, signing, cancellation, and canonical failed-message redrive for queued operations. See `paths/messages.yaml`.
- getGet user messages with filtering
/api/users/{user_id}/messages - getGet specific message
/api/users/{user_id}/messages/{message_id} - getCheck whether an MQ message can be canceled off-chain
/api/users/{user_id}/messages/{message_id}/can-cancel - postCancel eligible pre-execution MQ work
/api/users/{user_id}/messages/{message_id}/cancel - postRedrive a failed canonical payment retrieval
/api/users/{user_id}/messages/{message_id}/retry - postSign the current transaction with the server-side vault
/api/users/{user_id}/messages/{message_id}/sign - postSubmit an attempt-bound manual signature
/api/users/{user_id}/messages/{message_id}/submit-signed-message - getGet the current manual-signature transaction
/api/users/{user_id}/messages/{message_id}/unsigned-transaction - getGet message history
/api/users/{user_id}/messages/history - getGet messages by status
/api/users/{user_id}/messages/status/{status} - getGet message summary
/api/users/{user_id}/messages/summary - getGet messages by type
/api/users/{user_id}/messages/type/{message_type}
Sister-service REST
JWT-gated chain reads and MQ submission used by sister services (auth, ops tooling). See [authentication guide](guides/authentication.md) for service-token shape.