Discussions

Ask a Question
Back to All

Report Creation Request callback_url

Hi

Setting up a flow to request creation of reports, 'PAYMENT' and 'PAYMENT FEE' types in one AWS lambda

Then in another, exposed via APIGateway, to receive the call that the report is ready and then download the report.

What is the structure of the HTTP GET call made on the callback_url to be able to identify what report to then go download?

Asking as the callback_url has to be given in the request call before knowing the report ID