-
Notifications
You must be signed in to change notification settings - Fork 88
MultiAccount for same PayID #590
Comments
Some other alternatives:
|
I can see the Could you explain the difference of the |
Regardless of whether the property is called So, one option is The other is that you always just ask for |
Detailed Description
We could provide multiple accounts (XRPL-Mainnet) under one PayID using "sub-domains". If a sub is present it references a specific account if it is absent a default account is used.
Example
prod.johndoe$xpring.money
Using the example below are two mainnet accounts applied to johndoe$xpring.money. A default key, value pair is applied and if Default = True sub must = null. If default False a sub value may be applied. the sub then allows for the client to query
prod.johndoe$xpring.money
to specify the main account andjohndoe$xpring.money
when using default account.Context
It benefits everyone so that they can maintain one PayId instead of multiple.
Possible Implementation
Alternatives Considered
Alternatives are allowing for multiple accounts to be created and having a descriptor or title instead of sub. No default would exist. The client would query the payid as normal. A list would be provided showing the title and the user can select the appropriate one.
Additional Context
None
Bonus
Not for the short term.
The text was updated successfully, but these errors were encountered: