bind-api

Integrate fintech apps with BIND Argentina via a TypeScript client for open banking operations.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jorgeochipinti97/dublin-skills --skill bind-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bind-api
Source: https://github.com/jorgeochipinti97/dublin-skills/tree/main/skills/bind-api
Command: npx skills add https://github.com/jorgeochipinti97/dublin-skills --skill bind-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Integrates fintech applications with the BIND Argentina API, providing a ready-to-use client and clear endpoints to access accounts, transactions, transfers, DEBIN, eCheqs, CVU/CBU validation, and CVU management.

Core Features & Use Cases

  • Connect to BIND sandbox and production environments for Open Banking integration.
  • Retrieve accounts, query balances and transactions, and perform transfers to CBU/CVU.
  • Manage DEBIN, issue or deposit eCheqs, validate CBU/CVU, and create CVUs for accounts.

Quick Start

Authenticate with your BIND sandbox credentials and start listing accounts or initiating transfers via the TypeScript client.

Frequently Asked Questions about bind-api

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

FAQPage Schema
How do I integrate open banking transfers and account discovery with the BIND Argentina API?

Open banking transfers and account discovery with the BIND Argentina API are integrated using a TypeScript client that provides ready-to-call endpoints for authentication, account listing, balance retrieval, and transactions. It handles structured data models and robust error handling for sandbox and production contexts.

Can I manage DEBIN and eCheqs for fintech applications in Argentina?

Yes, you can manage DEBIN and eCheqs for fintech applications in Argentina. The client implements the complete DEBIN lifecycle and eCheq operations, allowing you to issue or deposit eCheqs alongside standard transfers and CVU/CBU validation.

Does this TypeScript client support both sandbox and production environments?

Yes, this TypeScript client supports both sandbox and production environments for BIND Argentina integration. You can authenticate with your BIND sandbox credentials to test account discovery and transfers before moving to production.

What's the best way to validate CVU and CBU numbers for Argentine bank accounts?

The best way to validate CVU and CBU numbers for Argentine bank accounts is using a dedicated endpoint within the TypeScript client. It provides CVU/CBU validation and CVU management, allowing you to verify account details and create CVUs for accounts.

How do I retrieve transaction history and query balances for Argentine open banking accounts?

To retrieve transaction history and query balances for Argentine open banking accounts, use the TypeScript client's ready-to-call endpoints. After authenticating, you can list accounts, query balances, and retrieve transactions with structured data models and robust error handling.

Are there limitations when performing transfers to CBU or CVU through the BIND API?

The client provides robust error handling for transfers to CBU or CVU through the BIND API, but limitations depend on the specific sandbox or production environment constraints set by BIND Argentina for your fintech application credentials.