Seev PlusDocs

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"
  }'
Returns a hosted checkout URL201 Created

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 here

I'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.

Quickstart

Set up and get paid

From a new workspace to money in the bank

Run your business

Workspaces, people and records

Build with the API

Sandbox to production

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.