addIncomingSettlementTransaction

Adds incoming settlement transaction from sub-account to master

POST api/addIncomingSettlementTransaction

{
    "counterpartyId": 4,
    "currency": "USD",
    "amount": 100000000000,
    "comment": "Received $1000 transaction",
    "fee": 10000,
    "network": "SWIFT"
}

Request parameters

Filed nameTypeDescription

counterpartyId

Efx::ClientId

Sub-account Id

currency

string

Currency name

amount

Efx::Size

Amount

comment

string

Comment

fee

Efx::Size

Optional. Network fee. The amount that the recipient will receive to their wallet or custodian account will be smaller than the one you have specified as transaction amount by network fee.

network

string

Optional. Network name

This method is allowed only for masters to create incoming transactions from their subaccounts.

Last updated