Install VeilPay into WooCommerce without changing the storefront checkout experience.

This guide describes the production shape of the install flow: plugin configuration, Stripe credentials, signing secrets, sandbox validation, and go-live checks.

Step 01

Install the payment method plugin

Add the VeilPay plugin to your WooCommerce environment and activate it alongside your existing payment methods during validation.

Step 02

Enter Stripe test credentials

Configure VeilPay with Stripe test keys first. Keep live credentials out of the initial validation pass.

Step 03

Set the VeilPay signing secret

Use a shared signing secret so inbound and outbound callbacks can be validated before order state changes.

Step 04

Run a sandbox order

Create a WooCommerce order, complete the Stripe-hosted test payment, and verify the signed callback marks the order paid.

Step 05

Switch live after validation

Replace credentials with live values only after confirming payload minimization, callback verification, and order reconciliation behavior.