diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index a0e62c5..ad9e155 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 a0e62c5..ad9e155 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 4aa4fe8..00771a8 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