Receive a transfer proposalAsk AIpost https://api.preview.overledger.dev/satp-sandbox/transfer/proposal-receiptAcknowledges a transfer proposal from the initiating gateway.Body ParamsversionstringrequiredSAT protocol Version (major, minor).messageTypestringenumrequiredThe type of message, fixed to 'urn:ietf:satp:msgtype:proposal-receipt-msg'.urn:ietf:satp:msgtype:proposal-receipt-msgAllowed:urn:ietf:satp:msgtype:proposal-receipt-msgsessionIdstringrequiredA unique identifier chosen by the client to identify the current session.transferContextIdstringrequiredA unique identifier used to identify the current transfer session at the application layer.hashTransferInitClaimstringrequiredHash of the Transfer Initialization Claim received in the Transfer Proposal Message.timestampdate-timerequiredTimestamp referring to when the Initialization Request Message was received.serverSignaturestringrequiredThe digital signature of the server.Responses 200Transfer proposal receipt message received 400Bad request 500Internal server errorUpdated 7 months ago