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.
Install the payment method plugin
Add the VeilPay plugin to your WooCommerce environment and activate it alongside your existing payment methods during validation.
Enter Stripe test credentials
Configure VeilPay with Stripe test keys first. Keep live credentials out of the initial validation pass.
Set the VeilPay signing secret
Use a shared signing secret so inbound and outbound callbacks can be validated before order state changes.
Run a sandbox order
Create a WooCommerce order, complete the Stripe-hosted test payment, and verify the signed callback marks the order paid.
Switch live after validation
Replace credentials with live values only after confirming payload minimization, callback verification, and order reconciliation behavior.