We are in the process of extending our triPOS payments integration to work with the automatic store and forward mode.
The S&F documentation indicates a transaction that is stored successfully "can be identified by the request ID that is returned in the header field tp-request-id of the store response".
We assume the "header field" means in the HTTP headers of the web response: is this correct?
Will this be an ID generated by the triPOS software when it detects the network is offline or is it something we should provide?
If we are to provide it, should we include it as an HTTP header on our web request? Or is it carried as part of the request body?
If a tp-request-id is not submitted as part of the header in your sale request to triPOS, then triPOS will generate the tp-request-id on your behalf. If you are using Store and Forward, we would recommend submitting your own tp-request-id in the headers so that you can better track these types of requests.