Create Pricing Group
Create a new pricing group with rate tiers. Pricing groups allow institutions to manage interest rates at scale by defining reusable rate structures that can be assigned to multiple accounts. When a pricing group's rates are updated, all assigned accounts receive the new rates automatically.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the pricing group (e.g., ‘Retail Checking’, ‘Accounts 2025’)
interest_rate_tiers
Rate tiers for the pricing group. At least one tier is required.
description
Optional description providing additional context about this pricing group
effective_at
When these rates become effective. Defaults to now if not provided.
account_ids
Optional list of account IDs to assign to this pricing group upon creation. If provided, the pricing group rates will be applied to these accounts immediately.
Response
Successful Response
id
institution_id
name
description
account_count
Number of accounts currently assigned to this pricing group
interest_rate_tiers
created_at
updated_at
accounts
List of accounts assigned to this pricing group