sendSettlementTransaction

Indicates that settlement transaction has been sent

POST api/sendSettlementTransaction

POST api/sendOutgoingSettlementTransaction (synonim)

{
    "transactionId": 123456789,
    "txId": "1A2B3C1A2B3C1A2B3C1A2B3C1A2B3C1A2B3C1A2B3C",
    "fee": 100
}

Request parameters

Field nameTypeDescription

transactionId

Efx::OrderId

Transaction's order id

txId

string

Transaction's external id (for example blockchain txId)

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.

If a transaction has been created by the master accouint for it's subaccount, this transaction will be commited automatically.

Last updated