diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index c2bf6d07..d18b3bfa 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -20438,6 +20438,10 @@ components: - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_FAILED - SCA_NOT_COMPLETED + - 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. diff --git a/openapi.yaml b/openapi.yaml index c2bf6d07..d18b3bfa 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -20438,6 +20438,10 @@ components: - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_FAILED - SCA_NOT_COMPLETED + - 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. diff --git a/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml b/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml index 42253161..0147fa70 100644 --- a/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml +++ b/openapi/components/schemas/transactions/OutgoingTransactionFailureReason.yaml @@ -6,6 +6,10 @@ enum: - FUNDING_AMOUNT_MISMATCH - COUNTERPARTY_POST_TX_FAILED - SCA_NOT_COMPLETED + - 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