# Fee Profiles
A `fee_profiles` represents a pricing scheme that automatically applies fees to each transaction. Changes to `fee_profiles` go into effect immediately.
Related Guides:
- [Collecting Fees](../guides/platform-payments/monetizing-payments/collecting-seller-fees)
## Create a Fee Profile
- [POST /fee_profiles](https://docs.finix.com/api/fee-profiles/createfeeprofile.md): Create a Fee Profile.
## List Fee Profiles
- [GET /fee_profiles](https://docs.finix.com/api/fee-profiles/listfeeprofiles.md): Retrieve a list of Fee Profile resources.
## Fetch a Fee Profile
- [GET /fee_profiles/{fee_profile_id}](https://docs.finix.com/api/fee-profiles/getfeeprofile.md): Retrieve the details of an existing Fee Profile.