POST /api/v1/subscription_intents
res.json( received: true ); ); Create a subscription intent:
"plan_id": "plan_monthly_10", "customer_email": "user@example.com", "trial_days": 14, "success_url": "https://yoursite.com/subscribe/success", "cancel_url": "https://yoursite.com/subscribe/cancel"
POST https://yoursite.com/api/webhooks/hubup
includes checkout_url for collecting payment method.
Checkout.hubuppayments.com May 2026
POST /api/v1/subscription_intents
res.json( received: true ); ); Create a subscription intent:
"plan_id": "plan_monthly_10", "customer_email": "user@example.com", "trial_days": 14, "success_url": "https://yoursite.com/subscribe/success", "cancel_url": "https://yoursite.com/subscribe/cancel"
POST https://yoursite.com/api/webhooks/hubup
includes checkout_url for collecting payment method.