Recued
Menu
← Back to recipes

Converge tier on entitlement change

by recued-core v1 12 views

Use “Converge tier on entitlement change” in Recued. When a Stripe customer's active entitlement summary changes, converge their access onto the tier those entitlements now say they hold.

Complete workflow

Use Seller Subscription Payment Events in Recued for payment observer and provider source truth. It includes 1 related pack in one install.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Converge tier on entitlement change
This recipe Background automation

Use “Converge tier on entitlement change” in Recued. When a Stripe customer's active entitlement summary changes, converge their access onto the tier those entitlements now say they hold.

pack:seller-subscription-eventsrecipe-role:webhookpayment-observerprovider-source-truth
by recued-core pinned v1

Use “Observe seller subscription payment event” in Recued. It carries out the named workflow using the connections and settings you choose.

pack:seller-subscription-eventsrecipe-role:webhookpayment-observerprovider-source-truth
by recued-core pinned v1
Renew subscription access order
Background automation

Use “Renew subscription access order” in Recued. It carries out the named workflow using the connections and settings you choose.

pack:seller-subscription-eventsrecipe-role:webhookrenewalprovider-source-truth
by recued-core pinned v1

Use “Signal access on subscription payment failure” in Recued. When a Stripe subscription invoice fails to collect, report the subscription's provider-confirmed status against the paying customer's access on this door.

pack:seller-subscription-eventsrecipe-role:webhookpayment-observerprovider-source-truth
by recued-core pinned v1

Use “Close access on subscription cancellation” in Recued. When a Stripe subscription this server sold is deleted, close the paying customer's access on this door.

pack:seller-subscription-eventsrecipe-role:webhookpayment-observerprovider-source-truth
by recued-core pinned v1
Swap tier on subscription change
Background automation

Use “Swap tier on subscription change” in Recued. When a Stripe subscription this server sold changes, converge the customer onto the tier their entitlements now say they hold.

pack:seller-subscription-eventsrecipe-role:webhookpayment-observerprovider-source-truth
by recued-core pinned v1
View pack details, dependencies, and permissions →
How it works 32 steps

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

Process (32 steps)
webhook_event ?
profile_exact compare
Check if webhook event delivery profile id is one of stripe.event.v1
decoded_schema_exact compare
Check if webhook event delivery decoded schema id is one of stripe.event.v1
transport_exact compare
Check if webhook event delivery transport assurance is one of authenticated
source_truth_policy_exact compare
Check if webhook event delivery minimum source truth policy is one of provider_readback_required
freshness_exact compare
Check if webhook event delivery freshness checked is one of true
payload_object_exact compare
Check if webhook event payload object is one of event
payload_event_id_exact compare
Check if webhook event payload id is one of webhook event event provider event id
payload_event_type_exact compare
Check if webhook event payload type is one of webhook event event provider event type
envelope_shared_valid all
Check if all conditions are true
door_id trim
Trim whitespace from setting door id
door_id_present compare
Check if door id has data
event_type_supported compare
Check if webhook event event provider event type is one of entitlements.active_entitlement_summary.updated
summary_payload_object_exact compare
Check if webhook event payload data object object is one of entitlements.active_entitlement_summary
summary_customer default
Apply default
summary_customer_prefix starts_with
Check if summary customer starts with cus_
summary_customer_truncated truncate
Truncate summary customer to a max length
summary_customer_bounded compare
Check if summary customer is one of summary customer truncated
summary_envelope_valid all
Check if all conditions are true
entitlements_read ?
skip: step.summary_envelope_valid equal false
active_entitlement_keys pluck
Extract lookup_key from each item
door_tiers_read ?
skip: step.summary_envelope_valid equal false
matched_door_tiers filter
Filter by condition
matched_tier_count count
Count items in matched door tiers
single_matched_tier compare
Check if matched tier count equals 1
target_entitlement_key default
Apply default
target_key_present compare
Check if target entitlement key has data
converge_allowed all
Check if all conditions are true
converge_tier ?
skip: step.converge_allowed equal false
entitlements_ambiguous all
Check if all conditions are true
no_tier_on_this_door all
Check if all conditions are true
event_summary to_summary
Format results as a summary card
Settings 2 configurable

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

stripe setting =
door id setting =

Trust & control

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

Data it touches

Warehousedata.object

About

Tags

pack:seller-subscription-eventsrecipe-role:webhookpayment-observerprovider-source-truthsellersubscriptiond-196

Details

32 steps 2 configurable settings recipe_id: converge-tier-on-entitlement-change