(Re)retrieve Response Result.
If you’ve received a notification that you previously backgrounded transaction has completed, or you wish to re-retrive a result from an earlier transaction, then you can simply request the result from our encrypted cache
The response will return the original HTTP code, along with the payload that would have been returned in the original request. The data can be re-retrieved for a maximum of 3 days.
Path parameters
Headers
Query parameters
Response
This will be the HTTP response code that was returned originally (200, 404, etc).
In the case where you’re requesting the result of a callback (previously backgrounded call), then this is the response that would have been sent, had you waited for the call to finish.
This is a placeholder field. It will actually be a JSON object that is the payload that would have been returned (or was returned) in the original request. You’ll need to process this as if it were the original response, and act accordingly.