Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions openapi/components/schemas/customers/Customer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down