From 2a5eaf668ad8281c23d79c8e06d7ee2a0db46c6f Mon Sep 17 00:00:00 2001 From: Aaryaman Bhute Date: Tue, 8 Sep 2026 06:41:58 +0000 Subject: [PATCH] docs(cards): add receiptDeliveryConfirmedAt to the CardTransaction schema --- mintlify/openapi.yaml | 5 +++++ openapi.yaml | 5 +++++ openapi/components/schemas/cards/CardTransaction.yaml | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index d6b32d0f2..36cae0270 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -23776,6 +23776,11 @@ components: description: Last update timestamp. readOnly: true example: '2026-05-08T15:42:11Z' + receiptDeliveryConfirmedAt: + type: string + format: date-time + description: The time at which the platform confirmed delivery of the receipt to their customer. + example: '2026-05-08T15:45:00Z' TransactionOneOf: oneOf: - $ref: '#/components/schemas/IncomingTransaction' diff --git a/openapi.yaml b/openapi.yaml index d6b32d0f2..36cae0270 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -23776,6 +23776,11 @@ components: description: Last update timestamp. readOnly: true example: '2026-05-08T15:42:11Z' + receiptDeliveryConfirmedAt: + type: string + format: date-time + description: The time at which the platform confirmed delivery of the receipt to their customer. + example: '2026-05-08T15:45:00Z' TransactionOneOf: oneOf: - $ref: '#/components/schemas/IncomingTransaction' diff --git a/openapi/components/schemas/cards/CardTransaction.yaml b/openapi/components/schemas/cards/CardTransaction.yaml index 87caed2fa..413973220 100644 --- a/openapi/components/schemas/cards/CardTransaction.yaml +++ b/openapi/components/schemas/cards/CardTransaction.yaml @@ -100,3 +100,10 @@ properties: description: Last update timestamp. readOnly: true example: '2026-05-08T15:42:11Z' + receiptDeliveryConfirmedAt: + type: string + format: date-time + description: >- + The time at which the platform confirmed delivery of the receipt to their + customer. + example: '2026-05-08T15:45:00Z'