Introduction
YnoPay is a non-custodial payment platform for West African merchants. Accept Orange Money, Moov, Wave, MTN MoMo, Bitcoin Lightning, and USDT — without holding merchant funds.
How it works
- Create a Payment Intent or Checkout Session via the API
- Customer pays using their preferred rail (mobile money, crypto)
- YnoPay reconciles the payment in real time via SMS parsing or chain watching
- Your webhook receives a
payment_intent.succeededevent - Funds arrive directly in the merchant's own wallet — YnoPay never holds money
Quick links
- Quickstart guide — get your first payment in 5 minutes
- Payment Intents API — create and manage payments
- Node.js SDK — Stripe-style ergonomics
- WooCommerce plugin — drop-in WordPress integration
Base URL
https://api.ynopay.comAuthentication
All API requests require a secret key passed in the Authorization header:
Authorization: Bearer sk_test_...