skills/polymer-pay-didit/SKILL.md
All-in-one identity platform for identity verification, AML screening, email and phone verification, and database validation.
npx skillsauth add polymerdao/pay-apis polymer-pay-diditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The all-in-one identity platform. Powering the fastest identity verification while fighting fraud and unifying all identity checks. Includes AML screening, email/phone verification, and database validation.
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/x402.orth.sh/didit
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Screen individuals or companies against global watchlists and high-risk databases.
Pricing: $0.36
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/didit/v3/aml",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"full_name": "John Doe",
"entity_type": "person",
"date_of_birth": "1990-05-15",
"nationality": "US"
}
}
Returns match scores, adverse media, and risk assessment.
Send a one-time verification code to an email address.
Pricing: $0.04
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/didit/v3/email/send",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"email": "[email protected]"
}
}
Verify a code sent to an email address.
Pricing: Free
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/didit/v3/email/check",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"email": "[email protected]",
"code": "123456"
}
}
Send a one-time verification code to a phone number.
Pricing: $0.30
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/didit/v3/phone/send",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"phone_number": "+14155552671",
"options": {
"preferred_channel": "sms"
}
}
}
Verify a one-time code sent to a phone number.
Pricing: Free
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/didit/v3/phone/check",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"phone_number": "+14155552671",
"code": "123456"
}
}
Validate identity data against authoritative national and global sources.
Pricing: $0.31
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/didit/v3/database-validation",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"issuing_state": "USA",
"validation_type": "two_by_two",
"identification_number": "123456789",
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "1990-05-15"
}
}
development
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.