From 53eb9e948849365bcc00351cbcc3a440688d644c Mon Sep 17 00:00:00 2001 From: Peng Ying Date: Tue, 9 Dec 2025 14:28:17 -0800 Subject: [PATCH] feat: adding alias --- mintlify/openapi.yaml | 4 ++++ openapi.yaml | 4 ++++ openapi/components/schemas/customers/Customer.yaml | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 8175d12..7530a18 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -4335,6 +4335,10 @@ components: type: string description: Full UMA address (always present in responses, even if system-generated). This is an optional identifier to route payments to the customer. example: $john.doe@uma.domain.com + alias: + type: string + description: Your public identifier for the customer for example `@alice` or `650-555-1234`. This value can be used to enable payments to your existing customer public identifiers on the UMA network. + example: $alice-smith createdAt: type: string format: date-time diff --git a/openapi.yaml b/openapi.yaml index 8175d12..7530a18 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4335,6 +4335,10 @@ components: type: string description: Full UMA address (always present in responses, even if system-generated). This is an optional identifier to route payments to the customer. example: $john.doe@uma.domain.com + alias: + type: string + description: Your public identifier for the customer for example `@alice` or `650-555-1234`. This value can be used to enable payments to your existing customer public identifiers on the UMA network. + example: $alice-smith createdAt: type: string format: date-time diff --git a/openapi/components/schemas/customers/Customer.yaml b/openapi/components/schemas/customers/Customer.yaml index 2a0b6fa..2a13ab4 100644 --- a/openapi/components/schemas/customers/Customer.yaml +++ b/openapi/components/schemas/customers/Customer.yaml @@ -23,6 +23,11 @@ properties: Full UMA address (always present in responses, even if system-generated). This is an optional identifier to route payments to the customer. example: $john.doe@uma.domain.com + alias: + type: string + description: >- + Your public identifier for the customer for example `@alice` or `650-555-1234`. This value can be used to enable payments to your existing customer public identifiers on the UMA network. + example: $alice-smith createdAt: type: string format: date-time