Accept payments
QR, receive links, and account names for hotels, restaurants, and markets. Customers pay in Sika; you never hold their keys.
Banks, marketplaces, hotels, and restaurants can accept or request payments through documented deep links and a mint API — without ever handling private keys. Access is reviewed; credentials are not self-serve.
QR, receive links, and account names for hotels, restaurants, and markets. Customers pay in Sika; you never hold their keys.
Your backend mints a short-lived pay intent. Send the link on WhatsApp, SMS, or email — the customer signs in their wallet.
Deep-link or WharfKit session for advanced apps and banks. The user always confirms the transfer.
Person-to-person stays free of platform fees. Commerce rails use a clear list price — volume and banks negotiate after review.
| Rail | Platform fee |
|---|---|
| P2P (wallet → wallet) | 0% |
| Commerce list (QR, pay link, API) | 1.5% (merchant-absorbed) |
| Pilot / intro | 1.0% (approved, time-boxed) |
| Volume / contracted | 0.8–1.2% |
| Strategic banks / large chains | 0.5–0.8% |
Example at 1.5%: customer pays GHS 100 → merchant receives GHS 98.50 → Sika App fee GHS 1.50.
merchantId + mint secret for your server.POST /api/v0/pay/intent), or open-wallet sign for advanced apps.href to your customer.POST /api/v0/pay/intent
Authorization: Bearer <mint_secret>
{
"to": "hotel.acc",
"amount": "100.00",
"memo": "Room 214",
"merchantId": "merchant_hotel_accra"
}Engineer copies also live in the repository under docs/partners/ and sdk/. We publish integration contracts — not internal identity, settlement, or unpublished product IP.