sendSettlementTransaction
Indicates that settlement transaction has been sent
POST api/sendSettlementTransaction
POST api/sendOutgoingSettlementTransaction (synonim)
Request parameters
Field name
Type
Description
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