Unscheduled charges
An Unscheduled charge is a payment that happens instantly and is not part of a regular schedule. These are typically ad hoc or βone-offβ charges created for an active payment agreement.
Example industries/use-casesβ
Unscheduled charges are used in scenarios where payments are not planned ahead or when the total amount depends on certain factors. Here are some common use cases for unscheduled charges:
Utility services: Charging for electricity consumption after the usage is determined, such as charging for electric vehicle charging.
οΈ Parking services: Charging based on the duration of stay when a vehicle leaves a parking facility.
Subscription overages: Billing for overages in cloud storage or data usage beyond the subscription limit.
Key featuresβ
β
No retriesIf the charge fails, it does not retry automatically.
β
Lower conversionCharge success rate is 80% or lower. This is because there are no-retries and overview to the users in the app in advance.
β
User experience- No Overview: Users do not see upcoming charges in their app in advance.
- No Management: Users cannot proactively manage payment sources before the charge processing. Although they can manage payment methods from the agreement they have to remember the charging cycle and do it by themselves without the app aiding them.
β
No bulk chargingNot supported for unscheduled charges.
β
Rate limitsUp to 500 requests per minute.
β
Lead timeThe charge is created ad-hoc by the merchant and processed as early as possible.
API request snippetβ
{
"amount": 12000,
"transactionType": "RESERVE_CAPTURE",
"description": "EV charging for 30 minutes",
"type": "UNSCHEDULED"
}