The DIRECTION param was introduced for EMT Payments to distinguish specific actions:
- fund - when token is issued to the EMT Wallet in exchange for funds debited from the Fiat Account
- redeem - when token is being redeemed from the EMT Wallet in exchange for funds credited to Fiat Account
- transfer - when there is transfer between two EMT Wallets of the same Member
- payin - when a pay-in occurs from one FR Member's EMT Wallet to another FR Member's EMT Wallet
- payout - when a pay-out occurs from one FR Member's EMT Wallet to another FR Member's EMT Wallet
The EMT Payment Object
Attribute | Description | Format/Enum |
---|---|---|
id string | Unique identifier of the EMT Payment. | e.g. |
fromId | Identifier of the source entity of the EMT Payment: Fiat Account ID or EMT Wallet ID | e.g. |
toId | Identifier of the destination entity of EMT Payment: Fiat Account ID or EMT Wallet ID | e.g. |
reference | Reference received or sent with the EMT Payment. | EMT Payment reference must consist of at least 6 alphanumeric characters that are not all the same. Can contain special characters include space, hyphen(-), full stop (.), ampersand(&), and forward slash (/), which are uncounted. Total of all characters must be less than: 255 chars |
amount | Amount of the EMT Payment in 2 decimal places. | e.g. |
token | ENEUR, ENGBP | |
paymentScheme | The payment scheme used for the EMT Payment. |
|
status | Status of the EMT Payment. |
|
direction | Direction of the EMT Payment. |
|
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. |