Going live

Run the final checks before a Plandalf offer accepts real customers and live payments.

Use this checklist before switching an offer from test traffic to live traffic.

Pre-launch checklist

  1. Connect a live payment integration

    Confirm Stripe or PayPal is active for the organization and that the offer is not pinned to a test-only integration.

  2. Publish the offer

    Review products, prices, taxes, discounts, order bumps, upsells, and confirmation behavior. After a live invoice has been settled, treat price and accounting changes carefully.

  3. Remove test mode

    Strip ?mode=test from hosted checkout links and remove { mode: "test" } or data-plandalf-mode="test" from production embeds.

  4. Test the customer path

    Start from the public page, complete the checkout, confirm the invoice, and verify any fulfillment or automation notifications.

  5. Check redirect and return behavior

    Confirm redirectUrl or hosted return pages land customers in the right place after payment and after any required provider redirect.

Test mode versus live mode

The SDK option named mode selects the payment environment.

plandalf.present("pro-plan", { mode: "test" });
plandalf.present("pro-plan", { mode: "live" });

Do not confuse mode with frame modality. Use frame for how checkout appears.

plandalf.present("pro-plan", {
  frame: "slideout",
  mode: "live"
});

After launch

Watch the first few invoices in the Plandalf dashboard. The Invoices page should show payment status, customer details, totals, discounts, retries, and the context needed for follow-up.

If an automation should run after purchase, confirm it received the same customer, offer, invoice, product, price, coupon, and promo context you expect.

Builder context

Keep building from here.

Use the related Plandalf pages to connect this doc to offers, checkout, timers, integrations, automation, and implementation recipes.

The Numi offer editor with product, theme, automation, invoice, and checkout controls.
The offer editor is the central product surface for checkout and commerce setup.
The Numi platform settings screen showing connected stack configuration.
Integrations connect the offer to the rest of the stack.
The Numi sequences screen showing automated workflow configuration.
Sequences route work after checkout.

Feature detail