Fixed price payment agreement
A fixed price payment agreement allows you to charge the user a predetermined, recurring amount at regular intervals (e.g., monthly, weekly). This is the most common type of recurring agreement and is ideal when the charge amount and schedule do not change.
If your subscription model includes campaigns, introductory offers, or discounted trial periods (for example, "first month free" or "50% off for the first three months"), you should use the Fixed Price Payment Agreement. It is the only agreement type that supports different campaigns.
Example industries/use-cases
🗞️ Media & Streaming: Monthly subscription for video/audio streaming services
🏋️♀️ Fitness & Gyms: Fixed monthly membership fees
🖥️ Digital Services: SaaS and productivity tools with a set monthly charge
🎰 Entertainment: Lottery and other entertainment subscriptions
How it looks in the app
- Vipps
- MobilePay
API request snippet
"pricing": {
"type": "LEGACY",
"amount": 18900,
"currency": "NOK"
}
"interval": {
"unit": "WEEK",
"count": 1
}