Payment API

Hosted checkout payments with sandbox and live keys, plus signed webhooks for payments and refunds.

Base URL

url
https://api.lapinopay.com/public-api

Quick start

  1. Open Integration → API and create a sandbox key (lp_test_…). Requires the Business (Premium) plan.
  2. Create a payment with POST /v1/payments.
  3. Redirect the customer to checkout_url.
  4. Simulate completion with POST /v1/sandbox/payments/{id}/complete.
  5. Add a webhook URL and verify X-LapinoPay-Signature.

Environments

  • lp_test_ — sandbox, no real money
  • lp_live_ — live hosted payment links