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.
β‘οΈ Utilities: Power, water, telecom bills where the amount depends on usage
π± 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
}