API Integration
🚀 FinovoPay V2 Major Update: Introducing Intelligent Merchant Resolution
Jan 12, 2026
89 Views
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.
payload.js
// V2 Intelligent Resolution Standard
{
"amount": 5000,
"email": "[email protected]",
"link_code": "INV_7782"
}
// Headers required:
// Authorization: Bearer sk_live_your_key
// Content-Type: application/json
Sign in to join this silo discussion.
Sign In