Mark transfer as completeAsk AIpost https://api.preview.overledger.dev/satp-sandbox/transfer/completeCloses the transfer session and indicates completion.Body ParamsmessageTypestringenumrequiredThe type of message, fixed to 'urn:ietf:satp:msgtype:commit-transfer-complete-msg'.urn:ietf:satp:msgtype:commit-transfer-complete-msgAllowed:urn:ietf:satp:msgtype:commit-transfer-complete-msgsessionIduuidrequiredA unique identifier chosen earlier by the client in the Initialization Request Message.transferContextIduuidrequiredA unique identifier used to identify the current transfer session at the application layer.hashPrevMessagestringrequiredThe hash of the previous message.hashTransferCommencestringrequiredThe hash of the Transfer Commence message at the start of Stage 2.clientSignaturestringrequiredThe digital signature of the client.Responses 200Transfer completion message received 400Bad request 500Internal server errorUpdated 7 months ago