absuite-wallets

Manage Alliance Business Suite wallet resources via authenticated REST API calls.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-wallets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-wallets
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-wallets
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-wallets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually interacting with the Alliance Business Suite WalletsService REST API to manage wallet resources, financial sub-resources, and ledger views is time-consuming and error-prone due to the need to manually construct authenticated requests, adhere to scoping rules, and use the correct HTTP methods for each resource type.

Core Features & Use Cases

  • Full CRUD for Wallet Sub-Resources: Create, read, update (PUT), delete, and atomically patch bank accounts, payment tokens, locations, and withdraw requests scoped to a specific wallet ID.
  • Financial Ledger Access: Read-only access to orders, invoices, quotes, refunds, and chargebacks, with direction splits for incoming and outgoing payments and invoices.
  • Use Case: A finance operations user can use this skill to set up a new tenant wallet's payment instruments, record an incoming payment against an invoice, and verify the transaction appears in the incoming payments ledger without manually writing API calls.

Quick Start

Use the absuite-wallets skill to create a new bank account for the specified wallet ID with the provided IBAN, SWIFT code, and bank details.

Frequently Asked Questions about absuite-wallets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Alliance Business Suite wallet resources via REST API?

This skill manages Alliance Business Suite wallet resources via REST API by applying authenticated CRUD operations to bank accounts, payment tokens, locations, and withdraw requests scoped to a specific wallet ID. It uses bearer token authentication for secure financial transactions.

Can I use JSON Patch for partial updates on bank accounts and payment tokens?

Yes, JSON Patch supports atomic partial updates on bank accounts and payment tokens. This allows you to modify specific fields within a wallet's financial resources without needing to send a full PUT request to replace the entire object.

How do I retrieve incoming and outgoing financial records for a wallet?

You retrieve incoming and outgoing financial records by querying the read-only financial ledger views scoped by wallet ID. The skill applies direction-split queries to separately return incoming and outgoing payments, invoices, orders, quotes, refunds, and chargebacks.

Do I need bearer token authentication to access ABS wallet payment management?

Yes, bearer token authentication is required to access ABS wallet payment management. This skill constructs authenticated REST API requests for your wallet operations, ensuring secure CRUD interactions for bank accounts, payment tokens, and read-only financial ledger views.

What is the best way to set up a new tenant wallet's payment instruments?

The best way to set up a new tenant wallet's payment instruments is using this skill to create bank accounts with IBAN and SWIFT codes, configure payment tokens, and establish locations scoped to the specific wallet ID via authenticated REST API interactions.