From a9184b9936a5978ba13321bb8086370bfc320938 Mon Sep 17 00:00:00 2001 From: shreyav Date: Mon, 2 Mar 2026 17:01:23 -0800 Subject: [PATCH] Add new failure reason --- mintlify/openapi.yaml | 1 + openapi.yaml | 1 + .../schemas/transactions/OutgoingTransactionFailureReason.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index a0e62c50..ad9e1557 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -3927,6 +3927,7 @@ components: - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_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. CounterpartyDeliveryStatus: type: string diff --git a/openapi.yaml b/openapi.yaml index a0e62c50..ad9e1557 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3927,6 +3927,7 @@ components: - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_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. CounterpartyDeliveryStatus: type: string diff --git a/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml b/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml index 4aa4fe88..00771a84 100644 --- a/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml +++ b/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml @@ -6,6 +6,7 @@ enum: - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_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