# Accounts

Endpoints for managing payment accounts

## List accounts

 - [GET /v1/collections/accounts](https://docs.ripple.com/products/collections/api/collections/accounts/listaccountsv1.md): Retrieves a list of accounts, filterable by query parameters.

## Create an account

 - [POST /v1/collections/accounts](https://docs.ripple.com/products/collections/api/collections/accounts/createaccountv1.md): Creates a new payment account for a beneficiary partner. The account type (CRYPTO or FIAT)
is determined by the currency specified. Account creation is subject to the beneficiary's
partner eligibility.

## Get account by ID

 - [GET /v1/collections/accounts/{account_id}](https://docs.ripple.com/products/collections/api/collections/accounts/getaccountbyidv1.md): Retrieves the details of a specific account by its ID.

## List transactions for an account

 - [GET /v1/collections/accounts/{account_id}/transactions](https://docs.ripple.com/products/collections/api/collections/accounts/listtransactionsbyaccountidv1.md): Retrieves a paginated list of transactions associated with a specific account. Replaces the embedded transactions array in channel/collection responses for better scalability and pagination support.

