To enable transfers between two EMT Wallets belonging to different Members, an EMT Payee object must be created.
The EMT Payee can only be the wallet of another Member, and the EMT Payee’s wallet details must match an existing wallet on our platform.
The EMT Payee Object
Attribute | Description | Format/Enum |
---|---|---|
id string | Unique identifier of the EMT Payee. | e.g. |
owner.type | Owner of the EMT Payee. |
|
owner.id | Unique identifier of the owner of the Payer. | e.g. |
name | Full name of the EMT Payee. | |
status | Status of the EMT Wallet |
|
label | An optional label to easily identify the EMT Walle on the Dashboard.. | |
paymentSchemes | Payment schemes that can be used to make a Payment to the EMT Payee | e.g. |
walletDetails | Object contain EMT Wallet details for blockchain identification | |
walletDetails.token | Name of the token for which this EMT Payee can be used. | e.g. |
walletDetails.address | Onchain address of the wallet for the given EMT Payee. Please note that the address will depend upon the Blockchain being used. | |
walletDetails.blockchain | Name of the blockchain on which the token was created | e.g. |
additionalDetails | Additional details for the EMT Payee which might be passed on creation. | |
createdAt | Epoch timestamp at which the object was created. | e.g. |
updatedAt | Epoch timestamp at which the object was last created. | e.g. |
metadata | Additional data in JSON | See Metadata for more information. |