diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 90378beb..0ae3a6da 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -21028,11 +21028,6 @@ components: type: string description: The ID of the transaction created from this quote. example: Transaction:019542f5-b3e7-1d02-0000-000000000005 - remittanceInformation: - type: string - maxLength: 80 - description: 'Free-form information about the payment that travels with it to the recipient, as provided on the quote request. The field this populates depends on the payment rail: for ACH it populates the Addenda record, for FedNow and RTP it populates the remittanceInformation field, and for wires it populates the OBI (Originator to Beneficiary Information) / beneficiary information.' - example: '12345' counterpartyInformation: $ref: '#/components/schemas/CounterpartyInformation' description: Additional information about the counterparty, if available and required by the platform in their configuration. diff --git a/openapi.yaml b/openapi.yaml index 90378beb..0ae3a6da 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -21028,11 +21028,6 @@ components: type: string description: The ID of the transaction created from this quote. example: Transaction:019542f5-b3e7-1d02-0000-000000000005 - remittanceInformation: - type: string - maxLength: 80 - description: 'Free-form information about the payment that travels with it to the recipient, as provided on the quote request. The field this populates depends on the payment rail: for ACH it populates the Addenda record, for FedNow and RTP it populates the remittanceInformation field, and for wires it populates the OBI (Originator to Beneficiary Information) / beneficiary information.' - example: '12345' counterpartyInformation: $ref: '#/components/schemas/CounterpartyInformation' description: Additional information about the counterparty, if available and required by the platform in their configuration. diff --git a/openapi/components/schemas/quotes/Quote.yaml b/openapi/components/schemas/quotes/Quote.yaml index e12fb159..4a310e35 100644 --- a/openapi/components/schemas/quotes/Quote.yaml +++ b/openapi/components/schemas/quotes/Quote.yaml @@ -129,17 +129,6 @@ properties: type: string description: The ID of the transaction created from this quote. example: Transaction:019542f5-b3e7-1d02-0000-000000000005 - remittanceInformation: - type: string - maxLength: 80 - description: >- - Free-form information about the payment that travels with it to the - recipient, as provided on the quote request. The field this populates - depends on the payment rail: for ACH it populates the Addenda record, for - FedNow and RTP it populates the remittanceInformation field, and for wires - it populates the OBI (Originator to Beneficiary Information) / beneficiary - information. - example: '12345' counterpartyInformation: $ref: ../transactions/CounterpartyInformation.yaml description: >-