Nice. Just had Claude build a Stripe accounting library, and the
painful part was hand-writing 35 fixtures that look like real Stripe
webhook payloads. Stuff like a charge that gets refunded a month later
after the FX rate has moved, or a yearly subscription where you have
to release the revenue across 12 months. Would Apery handle data like
that, where one record depends on another from earlier, or is it more
for the user and order kind of stuff your README shows?
Nice. Just had Claude build a Stripe accounting library, and the painful part was hand-writing 35 fixtures that look like real Stripe webhook payloads. Stuff like a charge that gets refunded a month later after the FX rate has moved, or a yearly subscription where you have to release the revenue across 12 months. Would Apery handle data like that, where one record depends on another from earlier, or is it more for the user and order kind of stuff your README shows?
[flagged]