Proficient Stack Get it migrated
/ Free · runs in your browser

Which of your calls break on 28 Aug?

Amazon removes Finances v0 on 28 August 2026. Paste your integration below — any code, config, or the list of endpoints you call. This flags every Finances v0 operation that stops returning data that day, and shows the listTransactions (2024-06-19) replacement for each. Nothing leaves your browser.

100% client-side — nothing uploaded

This scanner does static pattern matching on the text you paste — it catches the documented Finances v0 operations and common call shapes, but it can't see calls built dynamically at runtime. Treat it as a fast first pass, not a guarantee of completeness: also run grep -rn "finances/v0" . across your whole codebase. The field mappings shown are the starting point; the reconciliation edge cases (fees with no order id, payout-level matching) are where migrations actually get stuck.

Rather just have it migrated and reconciled before the 28th?

That's exactly what I do — in writing, no calls. I move you to listTransactions and make every report tie back to the payout, including the lines that have no order id. Reconciliation approach validated by Amazon's own dev team (GitHub issue #5353).

See the done-for-you option