Servinux
ServinuxHub

Engineering Feed

Intelligence stream from the Servinux community.

User
API Integration 🚀 FinovoPay V2 Major Update: Introducing Intelligent Merchant Resolution

We are excited to announce a significant upgrade to the Servinux (FinovoPay) V2 Engine. We have officially moved away from manual m_id mapping. Our engine now automatically resolves your identity via the Authorization Bearer Token. This change ensures cleaner payloads, enhanced security against ID spoofing, and a more professional developer experience similar to global standards like Stripe and Paystack.

User
API Integration Debugging "Invalid Signature" Errors

90% of signature errors are caused by extra whitespace in the raw body string. Trim it!

User
Merchant General Multi-Currency Settlement Logic

Learn how we handle FX conversion for international merchants settling in NGN.

User
Settlement Issues Best Practices for API Key Rotation

Never keep a key longer than 90 days. Here is our recommended zero-downtime rotation script.

User
Merchant General Automating Refund Silos via API

You can now trigger partial and full refunds without logging into the dashboard.

User
API Integration The Evolution of FinovoPay API v3.4

Breaking down the new asynchronous response model. This change reduces blocking IO on your server by 60%.

User
Merchant General Handling Bulk Settlement Reconciliation via CLI

For merchants processing >10k transactions daily, our new CLI tool allows you to pull settlement silos directly into your local SQL engine.

User
Webhooks Implementing Idempotency Keys in Payout Workflows

To prevent double-billing during network timeouts, always include a Unique Idempotency Key in your POST header. Our engine caches these for 24 hours.