Seev Plus documentation
Get paid. Move money anywhere.
Everything you need to run a business on Seev Plus or build it into your own product. Collect with mobile money, hold cedis and stablecoins side by side, and spend from a virtual card.
curl -X POST \
https://api.seevplus.com/api/v1/developer/payments \
-H "Authorization: Bearer $SEEV_CHECKOUT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "checkout",
"amount": 10000,
"currency": "GHS",
"recipient": {
"name": "Ama Mensah",
"email": "ama@example.com"
},
"redirect_url": "https://yourshop.com/thanks"
}'I run a business
Set up your workspace and start collecting
Verify your organization, choose how you get paid, and send your first invoice or payment link. No code.
Start hereI'm a developer
Integrate checkout, webhooks and payouts
Create a checkout session with a sandbox key, verify the result server-side, and handle the webhook that follows.
QuickstartSet up and get paid
From a new workspace to money in the bank
Get paid with Seev Plus
Set the organization up, choose a payment tool, and take a first live payment.
Accept payments
Invoices, payment links, storefronts, POS, and API checkout, and which to use when.
Send money
Withdrawals, payout destinations, and payout schedules.
Payment methods
Which methods can take a live payment today, and what to tell a customer when one cannot.
Accounts and balances
Cedi and stablecoin wallets, deposits, withdrawals, cards, and transaction history.
Settings
Business details, personal details, team access, payout schedules, and destinations.
Run your business
Workspaces, people and records
Build with the API
Sandbox to production
Developer dashboard
Enable API access, work in sandbox, and move an integration to production.
API keys
Create, authenticate with, rotate, and revoke product-specific credentials.
Checkout API
Create hosted checkout sessions and verify payment results server-side.
Webhooks
Verify signed events, and handle replays, duplicates, and out-of-order delivery.
Developer transactions
Filter API-created transactions and trace a payment a customer disputes.
Idempotency
Retry a create request without charging a customer twice.
Stuck on something?
Troubleshooting covers verification, checkout, storefront, wallet, PIN and payout issues. Errors explains how to read a failed response and whether it is safe to retry.