From 24c0f2a828c1ab4afc1fb7827caeb41168be60ba Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Thu, 16 Jul 2026 16:29:11 +0000 Subject: [PATCH] feat: add REGISTRATION_ADDRESS to CustomerInfoFieldName Adds REGISTRATION_ADDRESS as a customer/counterparty info field name so a business sender's registration address can be represented and forwarded as sender info (it already exists as a requestable counterparty data field but had no CustomerInfoFieldName member). Regenerated the bundled spec. --- mintlify/openapi.yaml | 1 + openapi.yaml | 1 + openapi/components/schemas/customers/CustomerInfoFieldName.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 5c5219a31..4e5e062b6 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -9114,6 +9114,7 @@ components: - PHONE_NUMBER - EMAIL - POSTAL_ADDRESS + - REGISTRATION_ADDRESS - TAX_ID - REGISTRATION_NUMBER - USER_TYPE diff --git a/openapi.yaml b/openapi.yaml index 5c5219a31..4e5e062b6 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9114,6 +9114,7 @@ components: - PHONE_NUMBER - EMAIL - POSTAL_ADDRESS + - REGISTRATION_ADDRESS - TAX_ID - REGISTRATION_NUMBER - USER_TYPE diff --git a/openapi/components/schemas/customers/CustomerInfoFieldName.yaml b/openapi/components/schemas/customers/CustomerInfoFieldName.yaml index 1ca8f83a8..f4198f7f8 100644 --- a/openapi/components/schemas/customers/CustomerInfoFieldName.yaml +++ b/openapi/components/schemas/customers/CustomerInfoFieldName.yaml @@ -6,6 +6,7 @@ enum: - PHONE_NUMBER - EMAIL - POSTAL_ADDRESS + - REGISTRATION_ADDRESS - TAX_ID - REGISTRATION_NUMBER - USER_TYPE