Hi all! we are trying to replicate the Mollie payments, including status updates to a BigQuery environment for reporting purposes. However the webhookurl is already configured for production purposes. We tried using the payments REST endpoint but it has no modified_at timestamp so it now gives us the full reload of the table including all history, which is of course very inefficient.
Question: We are now thinking to fetch GET Payments filtered on created_at timestamp (e.g. 2 weeks to make sure statusses are mainly final) and then the refunds and the chargebacks seperately. Are we then missing another status update that needs to be included?
Any other tips on how we could set this up most efficiently? Thanks!