You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`user_identifier` is a reusable identifier that represents either the source or destination end-user of a payment transaction. It is unique to per user at VASP level. Specification:
* Maximum length: 63 characters (64 including `@`)
58
58
59
59
@@ -136,16 +136,16 @@ The format of the command is:
136
136
|------- |------ |----------- |------------- |
137
137
|_ObjectType | str | Y | Fixed value: `CommandRequestObject`|
138
138
| command_type | str | Y | Fixed value: `ReferenceIDCommand`|
139
-
| command | Command object | Y | The Command to sequence.|
139
+
| command | Command object | Y | The Command to request. In this DIP, refers to ReferenceIDCommandObject|
140
140
| cid | str | Y | A unique identifier for the Command. Should be a UUID according to [RFC4122](https://tools.ietf.org/html/rfc4122) with "-"'s included. |
141
141
142
-
**CommandObject:**
142
+
**ReferenceIDCommandObject:**
143
143
144
144
| Field | Type | Required? | Description |
145
145
|------- |------ |----------- |------------- |
146
146
|_ObjectType | str | Y | Fixed value: `ReferenceIDCommand`|
147
147
| sender | str | Y | Sender's full DiemID |
148
-
| sender_address| str | Y | Sender's onchain [account identifier](https://github.com/diem/dip/blob/main/dips/dip-5.md) with subaddress set to `None` or `00000000`|
148
+
| sender_address| str | Y | Sender's onchain [account identifier](https://github.com/diem/dip/blob/main/dips/dip-5.md) with subaddress set to `None` or the zero subaddress|
149
149
| receiver | str | Y | Receiver's full DiemID |
150
150
| reference_id | str | Y | Reference ID of this transaction to be included into payment metadata |
151
151
@@ -163,7 +163,7 @@ The format of the success response is:
0 commit comments