Skip to content
Recued
Menu
← Back to recipes

Create a Recurly account intake

by recued-core v1

Approval-gated Recurly account creation. It searches existing accounts for context, then creates one account through recued-core.recurly.account.create with an explicit account code and optional email, name, and company. It does not add billing information, update accounts, deactivate accounts, redact accounts, create subscriptions, create transactions, or call arbitrary Recurly endpoints.

How it works 5 steps

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

Process (5 steps)
account_code trim
Trim whitespace from setting code
matching_accounts ?
has_code compare
Check if account code has data
create_account ?
skip: step.has_code not_equal true
card to_summary
Format results as a summary card
Settings 6 configurable

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

code setting =
email setting =
company setting =
recurly setting =
last name setting =
first name 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 recurlyaccountcustomerbillingintakeapprovalpack:recurly

Details

5 steps 6 configurable settings recipe_id: create-recurly-account-intake