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.