My previous article ended with NepalPay being published to Maven Central.
Khalti Refund API ✅ v0.5.0
Retry with Backoff ✅ v0.6.0
Maven Central ✅ v1.0.0
Enter fullscreen mode
NepalPay v1.2.0 adds Micrometer metrics, Actuator health indicators, and reactive WebFlux support. Here's what I built, what broke, and what CodeRabbit caught before it shipped.
My previous article ended with NepalPay being published to Maven Central.
Khalti Refund API ✅ v0.5.0
Retry with Backoff ✅ v0.6.0
Maven Central ✅ v1.0.0
Enter fullscreen mode

NepalPay v1.2.1 adds configurable ConnectIPS timeouts, eliminates six duplicated implementations with a shared PfxLoader, and…

The problem nobody talks about You have a payment gateway. It fails sometimes. So you add a...

Lessons and lines of code from Stripe engineers

Three failure modes that quietly move real money — insecure webhooks, float-based money, and totals-only reconciliation — and…

This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built I built and...

The problem it solves When you're building or testing a pay-per-request API with MPP...