Skip to content
Recued
Menu
← Back to recipes

Create a Recurly subscription intake

by recued-core v1

Approval-gated Recurly subscription creation. It reads account, plan, subscription, and coupon context, previews the purchase payload through recued-core.recurly.purchase.preview, then creates one subscription through recued-core.recurly.subscription.create. It does not create purchases, update subscriptions, cancel subscriptions, terminate subscriptions, mutate billing information, collect invoices, create transactions, or call arbitrary Recurly endpoints.

How it works 12 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (12 steps)
account_code trim
Trim whitespace from setting account code
plan_code trim
Trim whitespace from setting plan code
account_record ?
plan_record ?
subscriptions ?
coupons ?
has_account compare
Check if account code has data
has_plan compare
Check if plan code has data
ready all
Check if all conditions are true
preview_purchase ?
skip: step.ready not_equal true
create_subscription ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

recurly setting =
currency setting = USD
plan code setting =
coupon code setting =
account code setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Recurly connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

recurly recurlysubscriptionbillingcustomerpreviewapprovalpack:recurly

Details

12 steps 5 configurable settings recipe_id: create-recurly-subscription-intake