For existing non-ACH Stripe links, they are deactivated once they are paid in full.
We should also do this for our new ACH Stripe links. We should deactivate ACH links that are correctly paid in full, and likely on overpayment as well.
Reference how existing non-ACH Stripe links for an example.
Additionally, Stripe checkout links (what we use for ACH) expire after 24 hours. We could add a ttl/expiresAt time to entries in the payment links table, and also check this for whether we should deactivate a Stripe link.

For existing non-ACH Stripe links, they are deactivated once they are paid in full.
We should also do this for our new ACH Stripe links. We should deactivate ACH links that are correctly paid in full, and likely on overpayment as well.
Reference how existing non-ACH Stripe links for an example.
Additionally, Stripe checkout links (what we use for ACH) expire after 24 hours. We could add a ttl/expiresAt time to entries in the payment links table, and also check this for whether we should deactivate a Stripe link.