Using lucid-agents with payments.service.gov.uk

TypeScript integration

Install
npm install lucid-agents
Quick start
import Lucid_agents from 'lucid-agents';

const client = new Lucid_agents({ apiKey: "YOUR_API_KEY" });
Search refunds
curl \
  -H "Authorization: $API_KEY" \
  /v1/refunds
Search payments
curl \
  -H "Authorization: $API_KEY" \
  /v1/payments
Find payment by ID
curl \
  -H "Authorization: $API_KEY" \
  /v1/payments/{paymentId}
SDK on GitHub 📄 API Docs
SDK
lucid-agents
TypeScript
API
payments.service.gov.uk
payments.service.gov.uk:payments
At a glance
Language TypeScript
Endpoints10