Whigham Group
Stripe hosted checkout

Secure hosted checkout

SBA Express Intake Review

This checkout gate explains the $2,400 SBA Express intake review and document organization fee before a borrower is sent to Stripe-hosted Checkout.

$2,400 Hosted by Stripe
Back to site

What happens after payment

  1. Stripe confirms the checkout result.
    In the final hosted setup, the backend must verify the Stripe session or signed webhook. A success page by itself is not proof of payment.
  2. The intake review can be opened or matched to the borrower file.
    The service covers guided intake review and document organization for the SBA Express package workflow.
  3. Whigham Group reviews status and next steps.
    Receipts, support questions, terms, privacy, and cancellation language still need final approval before live launch. The intake review fee is non-refundable once submitted.

Trust notes for this checkout

Hosted by Stripe

The checkout session sends borrowers to Stripe-hosted Checkout when the Node backend is running. The site should not add embedded card collection.

No approval promise

The payment is for intake review and document organization. It is separate from SBA eligibility, lender acceptance, credit decisions, and funding.

Policies pending

Support, privacy, terms, upload consent, cancellation, and electronic communication wording must be finalized before any live public launch. The no-refund policy is now stated on this page.

About this static preview

This preview can show the page design and button behavior, but it cannot start Stripe Checkout by itself. Static mounts do not run the Node backend. The hosted redirect works only when the app backend is running with approved runtime configuration. Live mode also requires PUBLIC_BASE_URL=https://apply.whighamgroup.com, STRIPE_PRODUCT_NAME="SBA Express Intake Review", STRIPE_AMOUNT_CENTS=240000, STRIPE_CURRENCY=usd, and the approved saved credential names. If this static page cannot reach a safely configured backend, the button will show a friendly backend-required message instead of a raw technical error.

Operator next steps before live checkout

For end-to-end checkout verification

  • Run or stage the Node backend.
  • Supply Stripe credentials only through the approved runtime or saved credential mechanism.
  • In test mode, use Stripe test cards only. In live smoke checks, create a Checkout Session only and do not enter card details.
  • Confirm the backend returns a Stripe-hosted URL and handles the status safely.

Before public live operation

  • Confirm final product, price, receipt wording, and charge descriptor.
  • Use production domain https://apply.whighamgroup.com and the approved success/cancel URLs.
  • Finalize terms, privacy, cancellation, support, upload consent, and electronic communication language around the approved no-refund policy.
  • Use the saved live Stripe credential names only and keep card entry on Stripe-hosted Checkout.