[ ] Re-order payment tabs to: "Balances", "Payouts", "Payments", …
[ ] Payout modal doesn't use a scroll area
: Want user to be able to click a transaction and see payment record deets (receipt, card details, etc.). One option is to put current payouts modal to the right of the payouts table.
[ ] Add colours to the transaction type badges (right now refunds don't stand out from payments)
[ ] Manual withdraw button on balance page might cause headaches
[ ] Add badges to "Transaction Summary" table (and use types for the "Type" col)
[ ] Remove all the old reconciliation logic in payoutEndpointUtils (assuming the cronjob was successful). Also there is a slight chance of de-sync because completeEnrolmentLead backfills the payment record async, so will want to make the ui handle the case where the payment record doesn't have an externalPaymentId yet (e.g. show a loader and poll, or a message saying "we are syncing, please come back in a few minutes" or smth)