Klump API

The Klump REST API lets a merchant verify transactions, sync commerce product catalogs, create Klump Access hosted payment pages, and resend webhooks. A single base URL serves both sandbox and production; the environment is selected by whether the merchant application state is TEST or LIVE and by which secret key is presented. Every request must carry the merchant secret key in a klump-secret-key header; the public key (klp_pk_ prefix) is used client side with the Klump.js widget.

API entry from apis.yml

apis.yml Raw ↑
aid: klump:klump-api
name: Klump API
description: The Klump REST API lets a merchant verify transactions, sync commerce product catalogs, create
  Klump Access hosted payment pages, and resend webhooks. A single base URL serves both sandbox and production;
  the environment is selected by whether the merchant application state is TEST or LIVE and by which secret
  key is presented. Every request must carry the merchant secret key in a klump-secret-key header; the
  public key (klp_pk_ prefix) is used client side with the Klump.js widget.
humanURL: https://docs.useklump.com/docs
baseURL: https://api.useklump.com
tags:
- Payments
- BNPL
- Checkout
- Transactions
- Webhooks
properties:
- type: Documentation
  url: https://docs.useklump.com/docs
- type: Authentication
  url: https://docs.useklump.com/docs/api-keys-authorization
- type: Sandbox
  url: https://docs.useklump.com/docs/test-card
- type: Webhooks
  url: https://docs.useklump.com/docs/webhook-getting-started