Create a Recurly subscription intake
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
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
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.