lap-account-and-transaction-api-specification

Account and Transaction API Specification API skill. Use when working with Account and Transaction API Specification for account-access-consents, accounts, balances. Covers 29 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-account-and-transaction-api-specification" with this command: npx skills add mickmicksh/lap-account-and-transaction-api-specification

Account and Transaction API Specification

API version: 4.0.0

Auth

OAuth2 | OAuth2

Base URL

/open-banking/v4.0/aisp

Setup

  1. Configure auth: OAuth2 | OAuth2
  2. GET /accounts -- verify access
  3. POST /account-access-consents -- create first account-access-consents

Endpoints

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

account-access-consents

MethodPathDescription
POST/account-access-consentsCreate Account Access Consents
GET/account-access-consents/{ConsentId}Get Account Access Consents
DELETE/account-access-consents/{ConsentId}Delete Account Access Consents

accounts

MethodPathDescription
GET/accountsGet Accounts
GET/accounts/{AccountId}Get Accounts
GET/accounts/{AccountId}/balancesGet Balances
GET/accounts/{AccountId}/beneficiariesGet Beneficiaries
GET/accounts/{AccountId}/direct-debitsGet Direct Debits
GET/accounts/{AccountId}/offersGet Offers
GET/accounts/{AccountId}/partiesGet Parties
GET/accounts/{AccountId}/partyGet Parties
GET/accounts/{AccountId}/productGet Products
GET/accounts/{AccountId}/scheduled-paymentsGet Scheduled Payments
GET/accounts/{AccountId}/standing-ordersGet Standing Orders
GET/accounts/{AccountId}/statementsGet Statements
GET/accounts/{AccountId}/statements/{StatementId}Get Statements
GET/accounts/{AccountId}/statements/{StatementId}/fileGet Statements
GET/accounts/{AccountId}/statements/{StatementId}/transactionsGet Transactions
GET/accounts/{AccountId}/transactionsGet Transactions

balances

MethodPathDescription
GET/balancesGet Balances

beneficiaries

MethodPathDescription
GET/beneficiariesGet Beneficiaries

direct-debits

MethodPathDescription
GET/direct-debitsGet Direct Debits

offers

MethodPathDescription
GET/offersGet Offers

party

MethodPathDescription
GET/partyGet Parties

products

MethodPathDescription
GET/productsGet Products

scheduled-payments

MethodPathDescription
GET/scheduled-paymentsGet Scheduled Payments

standing-orders

MethodPathDescription
GET/standing-ordersGet Standing Orders

statements

MethodPathDescription
GET/statementsGet Statements

transactions

MethodPathDescription
GET/transactionsGet Transactions

Common Questions

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

  • "Create a account-access-consent?" -> POST /account-access-consents
  • "Get account-access-consent details?" -> GET /account-access-consents/{ConsentId}
  • "Delete a account-access-consent?" -> DELETE /account-access-consents/{ConsentId}
  • "List all accounts?" -> GET /accounts
  • "Get account details?" -> GET /accounts/{AccountId}
  • "List all balances?" -> GET /accounts/{AccountId}/balances
  • "List all beneficiaries?" -> GET /accounts/{AccountId}/beneficiaries
  • "List all direct-debits?" -> GET /accounts/{AccountId}/direct-debits
  • "List all offers?" -> GET /accounts/{AccountId}/offers
  • "List all parties?" -> GET /accounts/{AccountId}/parties
  • "List all party?" -> GET /accounts/{AccountId}/party
  • "List all product?" -> GET /accounts/{AccountId}/product
  • "List all scheduled-payments?" -> GET /accounts/{AccountId}/scheduled-payments
  • "List all standing-orders?" -> GET /accounts/{AccountId}/standing-orders
  • "List all statements?" -> GET /accounts/{AccountId}/statements
  • "Get statement details?" -> GET /accounts/{AccountId}/statements/{StatementId}
  • "List all file?" -> GET /accounts/{AccountId}/statements/{StatementId}/file
  • "List all transactions?" -> GET /accounts/{AccountId}/statements/{StatementId}/transactions
  • "List all transactions?" -> GET /accounts/{AccountId}/transactions
  • "List all balances?" -> GET /balances
  • "List all beneficiaries?" -> GET /beneficiaries
  • "List all direct-debits?" -> GET /direct-debits
  • "List all offers?" -> GET /offers
  • "List all party?" -> GET /party
  • "List all products?" -> GET /products
  • "List all scheduled-payments?" -> GET /scheduled-payments
  • "List all standing-orders?" -> GET /standing-orders
  • "List all statements?" -> GET /statements
  • "List all transactions?" -> GET /transactions
  • "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 account-and-transaction-api-specification -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search account-and-transaction-api-specification

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

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated
lap-account-and-transaction-api-specification | V50.AI