The EMT Payment Object

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. ept_oka2yeb7ykl05npdfs

fromId
string

Identifier of the source entity of the EMT Payment: Fiat Account ID or EMT Wallet ID

e.g. fac_94olbe12noe18k23yp, wlt_jl2vpn1mmm315rxgg

toId
string

Identifier of the destination entity of EMT Payment: Fiat Account ID or EMT Wallet ID

e.g. fac_94olbe12noe18k23yp, wlt_jl2vpn1mmm315rxgg

reference
string

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
string

Amount of the EMT Payment in 2 decimal places.

e.g. 121.21

token
string

ENEUR, ENGBP

paymentScheme
string

The payment scheme used for the EMT Payment.

EMT_EAGLE_NET

status
string

Status of the EMT Payment.

CREATED, PROCESSING, AWAITING_APPROVAL, COMPLETED, FAILED, REJECTED

direction
object

Direction of the EMT Payment.

FUND, REDEEM, PAYIN, PAYOUT, TRANSFER

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.