addOutgoingSettlementTransaction

Adds outgoing settlement transaction

POST api/addOutgoingSettlementTransaction

{
    "counterpartyId": 4,
    "currency": "USD",
    "amount": 100000000000,
    "comment": "I am going to send $1000 transaction",
    "fee": 10000,
    "network": "SWIFT"
}

Request parameters

Filed nameTypeDescription

counterpartyId

Efx::ClientId

Counterparty 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

Last updated