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. epy_jalpeo0evbg7bkxdff |
owner.type string | Owner of the EMT Payee. | MEMBER |
owner.id string | Unique identifier of the owner of the Payer. | e.g. mbr_emv4j231821oaz56yx |
name string | Full name of the EMT Payee. | |
status string | Status of the EMT Wallet | CREATED , ACTIVE , BLOCKED , CLOSED |
label string | An optional label to easily identify the EMT Walle on the Dashboard.. | |
paymentSchemes string | Payment schemes that can be used to make a Payment to the EMT Payee | e.g. EMT_EAGLE_NET |
walletDetails object | Object contain EMT Wallet details for blockchain identification | |
walletDetails.token string | Name of the token for which this EMT Payee can be used. | e.g. ENEUR , ENGBP , ENUSD |
walletDetails.address string | Onchain address of the wallet for the given EMT Payee. Please note that the address will depend upon the Blockchain being used. | |
walletDetails.blockchain string | Name of the blockchain on which the token was created | e.g. ALGO |
additionalDetails string | Additional details for the EMT Payee which might be passed on creation. | |
createdAt integer | Epoch timestamp at which the object was created. | e.g. 1637593856104 |
updatedAt integer | Epoch timestamp at which the object was last created. | e.g. 1637593856104 |
metadata string | Additional data in JSON key:value format. | See Metadata for more information. |