lap-adyen-stored-value-api

Adyen Stored Value API skill. Use when working with Adyen Stored Value for changeStatus, checkBalance, issue. Covers 6 endpoints.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lap-adyen-stored-value-api" with this command: npx skills add mickmicksh/lap-adyen-stored-value-api

Adyen Stored Value API

API version: 46

Auth

ApiKey X-API-Key in header | Bearer basic

Base URL

https://pal-test.adyen.com/pal/servlet/StoredValue/v46

Setup

  1. Set Authorization header with your Bearer token
  2. POST /changeStatus -- create first changeStatus

Endpoints

6 endpoints across 6 groups. See references/api-spec.lap for full details.

changeStatus

MethodPathDescription
POST/changeStatusChanges the status of the payment method.

checkBalance

MethodPathDescription
POST/checkBalanceChecks the balance.

issue

MethodPathDescription
POST/issueIssues a new card.

load

MethodPathDescription
POST/loadLoads the payment method.

mergeBalance

MethodPathDescription
POST/mergeBalanceMerge the balance of two cards.

voidTransaction

MethodPathDescription
POST/voidTransactionVoids a transaction.

Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:

  • "Create a changeStatus?" -> POST /changeStatus
  • "Create a checkBalance?" -> POST /checkBalance
  • "Create a issue?" -> POST /issue
  • "Create a load?" -> POST /load
  • "Create a mergeBalance?" -> POST /mergeBalance
  • "Create a voidTransaction?" -> POST /voidTransaction
  • "How to authenticate?" -> See Auth section

Response Tips

  • Check response schemas in references/api-spec.lap for field details
  • Create/update endpoints typically return the created/updated object

CLI

# Update this spec to the latest version
npx @lap-platform/lapsh get adyen-stored-value-api -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search adyen-stored-value-api

References

  • Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

Generated from the official API spec by LAP

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated