> ## Documentation Index
> Fetch the complete documentation index at: https://developers.dwolla.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Streamline A2A Payments with Dwolla: Understand the API Fundamentals. Explore request/response structures, authentication, error handling, and more.

# Introduction

Welcome to the Dwolla API documentation, your gateway to seamlessly integrating your software with robust banking infrastructure. Our API empowers developers with the essential tools to facilitate account-to-account payments, digital wallet functionality, customer identity verification, and bank account verification in a secure and efficient manner.

## API Fundamentals

Explore our detailed reference documentation, starting with the API Fundamentals. Here, you will find comprehensive information on how to interact with the API, as well as develop a better understanding of fundamental concepts that make up the design of the API.

<Columns cols={3}>
  <Card title="Making Requests and Authentication" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/making-requests-and-authentication">
    Learn how to interact with the Dwolla API, including making requests, setting headers, and handling authentication.
  </Card>

  <Card title="Handling Responses" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/handling-responses">
    Learn how to interpret Dwolla API responses including response types, status codes, headers, and body conventions.
  </Card>

  <Card title="Rate Limits" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/rate-limits">
    Understand the rate limits in the Dwolla API, including concurrency-based and volume-based limits, and learn how to handle HTTP 429 Too Many Requests status codes.
  </Card>

  <Card title="IP Allowlist" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/api-allowlist">
    Learn how to set up IP allowlisting to control access to the Dwolla API and prevent unauthorized actions on behalf of your application.
  </Card>

  <Card title="Idempotency Key" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/idempotency-key">
    Learn how to use the Idempotency-Key header to prevent duplicate operations and manage resource creation in the Dwolla API.
  </Card>

  <Card title="JSON-HAL and Dwolla HAL-Forms" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/json-hal-hypermedia">
    Learn about JSON-HAL, a hypermedia format for APIs, and how Dwolla HAL-Forms extend the HAL spec to represent and dynamically generate forms within the API.
  </Card>

  <Card title="Handling Errors" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/errors">
    Learn how to handle error responses in the Dwolla API, including standard HTTP status codes, top-level error codes, and embedded errors.
  </Card>

  <Card title="Effective Debugging with X-Request-ID" href="https://developers.dwolla.com/docs/balance/api-reference/api-fundamentals/debugging">
    Prioritize clear and concise debugging practices in the Dwolla API to ensure smooth integration and efficient troubleshooting.
  </Card>
</Columns>
