Recurring payments
When handling recurring payments, understanding on-session and off-session is crucial for consumer experience and payment success rates.
On-session payments
Definition:
- The consumer is actively involved in the payment (entering card details, authenticating the payment).
In recurring terms:
- The initial payment or setup of the subscription is usually on-session. Here, the consumer authorizes the payment method for future use.
- A returning consumer using previously saved payment details, such as for one-click checkouts or in-app purchases.
Off-session payments
Definition:
- The consumer is not actively participating when the charge occurs (automatic monthly subscription renewal, MOTO payments where the consumer is on the phone).
In recurring terms:
- Subsequent charges in a subscription cycle are typically off-session. You charge the consumer without direct interaction.
How to implement recurring payments
Recurring payments can take various forms. We categorize them into the following three types.
Subscription payments A subscription is a recurring payment arrangement where a consumer agrees to be charged automatically at regular intervals (e.g., monthly, yearly) for ongoing access to a product or service, usually for a fixed amount. Initial payment: On-session (usually) Subsequent payments: Off-session
| Initial payment Subsequent payments |
Usage based payments Initial payment: On-session (usually)
| Initial payment Subsequent payments |
Account on file payments Initial payment: On-session
| Initial payment Subsequent payments |
Payment agreementsTo ensure compatibility and compliance across all payment methods, we highly recommend always using our payment agreements API when handling recurring payments. Certain payment methods mandate its use. Learn more about payment agreements.
Updated 1 day ago