diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 08333ad9..9f5a987d 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -17120,6 +17120,10 @@ components: - LIGHTNING_PAYMENT_FAILED - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_FAILED + - EXECUTION_FAILED_POST_DEBIT + - SETTLEMENT_FAILED + - TIMEOUT + - MANUAL_REFUND description: Reason for failure of an outgoing transaction. This is used to provide more context on why a transaction failed. If the transaction is not in a failed state, this field is omitted. OutgoingTransaction: title: Outgoing Transaction diff --git a/openapi.yaml b/openapi.yaml index 08333ad9..9f5a987d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -17120,6 +17120,10 @@ components: - LIGHTNING_PAYMENT_FAILED - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_FAILED + - EXECUTION_FAILED_POST_DEBIT + - SETTLEMENT_FAILED + - TIMEOUT + - MANUAL_REFUND description: Reason for failure of an outgoing transaction. This is used to provide more context on why a transaction failed. If the transaction is not in a failed state, this field is omitted. OutgoingTransaction: title: Outgoing Transaction diff --git a/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml b/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml index 8af526f7..fd01c07f 100644 --- a/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml +++ b/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml @@ -5,6 +5,10 @@ enum: - LIGHTNING_PAYMENT_FAILED - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_FAILED + - EXECUTION_FAILED_POST_DEBIT + - SETTLEMENT_FAILED + - TIMEOUT + - MANUAL_REFUND description: >- Reason for failure of an outgoing transaction. This is used to provide more context on why a transaction failed. If the transaction is not in a failed