Message Response

Overview

This is what the client gets when he requests a message from Gateway Service (see API, Events).

Schema

Field

Description

ID

Message identifier

endToEndId

Message business identifier (extracted from ISO 20022 Business Application Header)

Status

Status of message (CREATED, SENT. etc.)

Direction

Message direction (INBOX, OUTBOX)

Sender

Message sender Party BIC (extracted from ISO 20022 Business Application Header)

Recipient

Message recipient Party BIC (extracted from ISO 20022 Business Application Header)

Signature

Sender Party signature for a message to send (base64 format)

counterpartySignature

Recipient Party signature for a received message (base64 format)

messageHash

Hash of a message (base64 format)

previousMessageHash

Hash of a previous message in a chain (base64 format)

Collateral

Information about message collateral

Collateral (optional)

Type

Type of collateral, e.g NATIVE (XDC) or ERC20

Amount

Collateral amount

exchangePrice

Price of a collateral amount

exchangeCurrency

Currency of a collateral amount price

tokenSymbol

XRC-20 token symbol (e.g. US+)

Last updated