Coming soon

Kashia Vault mobile app

Track escrows, confirm deliveries, and manage disputes on the go. Launching soon on iOS and Android for buyers and sellers.

Available soon on

Soon
Soon

Developer docs

Escrow infrastructure, documented.

Kashia Vault is the API reference and integration guide for secure escrow: payment links, fund holding, delivery confirmation, and dispute workflows.

Example request
curl -X POST https://api.kashiahq.com/api/v1/external/payment-links \
  -H "X-API-Key: sk_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "buyer_user_id": "buyer-uuid",
    "seller_user_id": "seller-uuid",
    "title": "MacBook Pro 14",
    "amount": 85000000,
    "currency": "NGN"
  }'

Quick links

Jump straight into the guides and API reference.

How it works

Four steps from payment to payout.

  1. 1

    Create

    Register buyers and sellers, then create a payment link via API.

  2. 2

    Secure

    Buyer pays. Funds lock in escrow until delivery is confirmed.

  3. 3

    Deliver

    Seller marks shipped with optional tracking and proof.

  4. 4

    Release

    Buyer confirms receipt and funds release to the seller.