# payout-methods Endpoints for viewing and managing available payout methods, such as ACH, PayPal, and gift cards. ## Get Payout Methods - [GET /v2/campaign-manager/payout-methods](https://docs.talli.ai/reference/swagger/payout-methods/paths/~1v2~1campaign-manager~1payout-methods/get.md): Retrieves the list of available payout methods that can be used to distribute funds to beneficiaries. Each payout method represents a different way for beneficiaries to receive their funds, such as gift cards, bank transfers, or digital payment options. ## Get Payout Method - [GET /v2/campaign-manager/payout-methods/{id}](https://docs.talli.ai/reference/swagger/payout-methods/paths/~1v2~1campaign-manager~1payout-methods~1%7Bid%7D/get.md): Retrieves a specific payout method by its unique identifier. This endpoint provides detailed information about a single payout method, including its name, category, requirements, and transaction limits.