EMT Payers can hold either:
- Fiat Account bank details from which the token can be funded
- or EMT Wallet details from which the token is paid out / transfer.
The EMT Payer object is automatically created whenever an EMT Payment is received by the EMT wallet. This can be the result of an issuing operation (i.e. when fiat funds are exchanged for equivalent EMTs) or the result of an EMT Transfer (i.e. when one EMT Wallet sends tokens to another EMT Wallet).
The EMT Payer Object
Attribute | Description | Format/Enum |
---|---|---|
id string | Unique identifier of the EMT Payer. | e.g. epr_4dbv6l1zlz57y3orrr |
owner.type string | Owner of the Payer. | MEMBER |
owner.id string | Unique identifier of the owner of the EMT Payer. | e.g. mbr_emv4j231821oaz56yx |
name string | Full name of the EMT Payer. | |
walletDetails object | Object contain EMT Wallet details for blockchain identification | |
walletDetails.token string | Name of the token for which this EMT Payer was used | e.g. ENGBP , ENEUR , ENUSD |
walletDetails.address string | Onchain address of the wallet related with given EMT Payer. 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 | Object containing additional details on the EMT Payer which might be available | |
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. |