Flexible price payment agreement
A flexible price agreement gives the merchant full flexibility to charge the user any amount, at any time, and at any frequency. Unlike other agreement types, there is no maximum amount set or approved in advance by the user. This is ideal for services where both the amount and charging interval are unpredictable.
Example industries/use-cases
Similar use-cases as that of variable price payment agreements.
Food Delivery & Groceries: Weekly meal delivery with changing order totals
Mobility & Transport: Car sharing or bike rental subscriptions with variable monthly charges
Parking & Charging: Parking apps or parking aggregators, EV charging
On-demand services: Home repairs and cleaning
Entertainment: Lottery and other entertainment subscriptions where the amount varies depending on user's purchases
How it looks in the app
- Vipps
- MobilePay
API request snippet
"pricing": {
"type": "FLEXIBLE",
"currency": "NOK"
}
Interval can be optional.
"interval": {
"unit": "MONTH",
"count": 1
}