From df53566de115c7a12eb7a9d69c25d41e3e101b8c Mon Sep 17 00:00:00 2001 From: shreyav Date: Tue, 17 Feb 2026 21:19:17 -0800 Subject: [PATCH] Remove originalTransactionId --- mintlify/openapi.yaml | 4 ---- openapi.yaml | 4 ---- .../components/schemas/transactions/OutgoingTransaction.yaml | 5 ----- 3 files changed, 13 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 82a59a96..72e6af96 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -6112,10 +6112,6 @@ components: type: string description: The ID of the quote that was used to trigger this payment example: Quote:019542f5-b3e7-1d02-0000-000000000006 - originalTransactionId: - type: string - description: ID of the original transaction that this transaction is retrying, if applicable - example: Transaction:019542f5-b3e7-1d02-0000-000000000003 paymentInstructions: type: array description: Payment instructions for executing the payment. diff --git a/openapi.yaml b/openapi.yaml index 82a59a96..72e6af96 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6112,10 +6112,6 @@ components: type: string description: The ID of the quote that was used to trigger this payment example: Quote:019542f5-b3e7-1d02-0000-000000000006 - originalTransactionId: - type: string - description: ID of the original transaction that this transaction is retrying, if applicable - example: Transaction:019542f5-b3e7-1d02-0000-000000000003 paymentInstructions: type: array description: Payment instructions for executing the payment. diff --git a/openapi/components/schemas/transactions/OutgoingTransaction.yaml b/openapi/components/schemas/transactions/OutgoingTransaction.yaml index 6eae9b86..69539cab 100644 --- a/openapi/components/schemas/transactions/OutgoingTransaction.yaml +++ b/openapi/components/schemas/transactions/OutgoingTransaction.yaml @@ -31,11 +31,6 @@ allOf: type: string description: The ID of the quote that was used to trigger this payment example: Quote:019542f5-b3e7-1d02-0000-000000000006 - originalTransactionId: - type: string - description: >- - ID of the original transaction that this transaction is retrying, if applicable - example: Transaction:019542f5-b3e7-1d02-0000-000000000003 paymentInstructions: type: array description: Payment instructions for executing the payment.