Seev APIs

Checkout and exchange, ready to embed.

Create a hosted payment checkout or add a hosted GHS and USDC exchange flow. Seev handles the customer-facing experience while your server controls the request.

POST /api/v1/developer/payments
Authorization: Bearer <server_key>
Idempotency-Key: <unique_key>

{
  "type": "checkout",
  "amount": 100,
  "currency": "GHS",
  "recipient": { ... },
  "redirect_url": "https://..."
}
Test amount

Two hosted products

Use the flow your product needs.

Both products keep the sensitive payment experience on Seev-hosted pages and give your backend a clear integration point.

Checkout API

Send customers to a checkout that is ready to pay.

Create the payment from your server, receive a hosted checkout URL, and open the SeevPlus payment experience for the customer.

  • Hosted customer payment page
  • Server-side payment creation
  • Sandbox and production environments
Read the integration guide
Live SeevPlus hosted checkout showing a GHS payment and Mobile Money option

Hosted Exchange API

Move between GHS Mobile Money and USDC.

Add a hosted on-ramp and off-ramp flow for GHS Mobile Money and USDC on Stellar. Product access is activated for your merchant account.

  • GHS Mobile Money to USDC
  • USDC to GHS Mobile Money
  • USDC settlement on Stellar
Read the integration guide
Live Seevcash hosted exchange showing GHS, USDC, and Mobile Money controls

Checkout API pricing

Simple fees for every successful checkout.

The Checkout API fee is calculated per payment. Hosted exchange pricing is quoted in its own flow.

Per successful checkout

1.5%

Maximum checkout fee

GH₵50

Build in sandbox

Choose a product. Create its key. Make the first request.

Create a SeevPlus workspace