action frankiefinancial_retrieve_result { label: "(Re)retrieve Response Result." description: "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\n\nThe response will return the original HTTP code, along with the payload that would have been returned in the original request.\n" provider: frankiefinancial method: GET path: "/retrieve/response/{requestId}" encoding: json output: { type: "object" additionalProperties: true } }