Demo merchant

Otter Shop

A throwaway page that mimics a real merchant site so you can test the Otterpay embed end-to-end.

Paste your pk_test_… from Developers. Stored locally.

Script status: waiting for key

Your basket

  • Otter Tee × 1$32.00
  • Otter Mug × 2$28.00
Total$60.00

Opens a popup to /r/{id}. After paying, watch the dashboard bell for a notification.

Basket payload
{
  "basket_id": "demo-a8zbxi9",
  "total": 60,
  "items": [
    {
      "sku": "OTTR-TEE",
      "name": "Otter Tee",
      "category": "apparel",
      "price": 32,
      "qty": 1
    },
    {
      "sku": "OTTR-MUG",
      "name": "Otter Mug",
      "category": "home",
      "price": 14,
      "qty": 2
    }
  ],
  "curator_email": "demo@otterpay.app",
  "success_url": "",
  "cancel_url": ""
}