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. |
owner.type | Owner of the Payer. |
|
owner.id | Unique identifier of the owner of the EMT Payer. | e.g. |
name | Full name of the EMT Payer. | |
walletDetails | Object contain EMT Wallet details for blockchain identification | |
walletDetails.token | Name of the token for which this EMT Payer was used | e.g. |
walletDetails.address | Onchain address of the wallet related with given EMT Payer. | |
walletDetails.blockchain | Name of the blockchain on which the token was created | e.g. |
additionalDetails | Object containing additional details on the EMT Payer which might be available | |
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. |