Glomo provides comprehensive tools to manage subscriptions throughout their lifecycle. Merchants can pause, resume, cancel, or update subscriptions directly from the Glomopay dashboard or via APIs, giving full control over customer billing while maintaining transparency and compliance. Subscription management capabilities vary slightly depending on whether the subscription is Fixed-Frequency or As Presented.

| Action | Fixed-Frequency Subscriptions | As Presented Subscriptions |
|---|---|---|
| Pause Subscription | ✅ Supported | ❌ Not applicable |
| Resume Subscription | ✅ Supported | ❌ Not applicable |
| Cancel Subscription | ✅ Supported | ✅ Supported |
| Update Next Payment Date | ✅ Supported | ❌ Not applicable |
| Manual Charge | ❌ Not applicable | ✅ Supported |
| Deactivate Subscription Link | ✅ Supported | ✅ Supported |
- All upcoming scheduled payments are temporarily stopped.
- No charges will be attempted until the subscription is resumed.
- Subscription remains visible and can be reactivated at any time.
Applicable only to Fixed-Frequency subscriptions.
Go to the Dashboard. Navigate to the Subscriptions section.
Open the Subscription Details
Click Pause Subscription.
Confirm the action

Alternatively, you can use the Pause Subscription API to pause an active subscription.
- The subscription returns to Active state.
- Billing resumes based on the existing schedule.
- Future payments are charged automatically by Glomo.
Navigate to the paused subscriptions.
Click Resume Subscription.
Confirm the action

Alternatively, you can use the Resume Subscription API to resume a paused subscription.
- The subscription is permanently stopped.
- No further payments will be charged.
- The subscription cannot be resumed once cancelled.
Navigate to the Subscription section.
Click Cancel Subscription.
Confirm the action
Cancellation is supported for both Fixed-Frequency and As Presented subscriptions.

Alternatively, you can use the Cancel Subscription API to cancel an active subscription.
The Update Next Payment Date feature allows merchants to adjust the upcoming billing date for an active subscription.
This is particularly useful for merchants in the insurance and financial services sectors, where policy issuance or activation may occur after the initial payment collection.
By updating the next payment date, merchants can align the recurring billing schedule with business events without cancelling or recreating the subscription.

Use this feature when:
- You’ve collected the first payment and want the next charge to align with the policy start or renewal date.
- A customer has requested a short deferral of their next billing date.
- You want to maintain consistent billing intervals while preserving the subscription lifecycle.
Avoid using this feature to:
- Change subscription frequency (e.g., monthly → quarterly).
- Modify the billing amount.
- Retry a failed payment use the retry mechanism instead.
You can create a subscription directly from the Glomopay dashboard. Here's how:
Navigate to Subscriptions → Subscription Details.
Click “Update Next Payment Date” (visible only for active subscriptions)
A confirmation modal appears:
- Displays the current date.
- Allows selection of a new future date (within 28-day window)
Confirm the update.
Endpoint:
PATCH /subscriptions/{subscription_id}/next-payment-dateRequest Body:
{
"next_payment_date": "2025-11-10"
}If a scheduled payment fails after configured retries, the subscription moves to Halted state.
While halted:
- No further charges are attempted.
- Merchant can collect a payment on the same subscription from the customer to move the subscription to the active state again.
For As Presented subscriptions, halting occurs due to card expiry or repeated failed charges.