Skip to content

Commit b851940

Browse files
Add payee info
1 parent 30a7f82 commit b851940

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ux-guidelines.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ experience and payment industry feedback.
2121

2222
Relevant fields: [payeeName], [payeeOrigin]
2323

24+
The payee information fields are intended to communicate to the user who will
25+
be the recipient of the funds. In most cases this would be the merchant (or
26+
other entity) that the user has already been interacting with in the current
27+
session. The `payeeName` field, if present, communicates a natural language
28+
name, such as "Big Shoe Store Inc.", whilst the `payeeOrigin`, if present,
29+
communicates the web URL at which the payee can be found, such as
30+
`https://bigshoestore.example`.
31+
32+
The specification allows for either one or both of the fields to be present.
33+
Implementors may display them separately, or may combine them into a single
34+
visual block such as `payeeName (payeeOrigin)`, for example "Big Shoe Store
35+
Inc. (https://bigshoestore.example)".
36+
37+
Note: An implementor may truncate these fields in order to fit the text into
38+
the available UX space. See issue #269 for discussions on setting normative
39+
length limits on fields including payeeName and payeeOrigin.
40+
2441
### Payment instrument information
2542

2643
Relevant fields: [instrument.displayName], [instrument.icon], [instrument.details]

0 commit comments

Comments
 (0)