diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 82a59a9..72e6af9 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 82a59a9..72e6af9 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 6eae9b8..69539ca 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.