Skip to content

Execute HIPS payment processing in development

Ashley Engelund edited this page Mar 6, 2020 · 3 revisions

To exercise the payment process in development, you'll need to do the following:

  1. Confirm the presence of these ENV's in .env.development (Create the file in the root of the application if it doesn't already exist.):
  2. Install and run ngrok - https://github.com/AgileVentures/shf-project/wiki/Run-web-hook(s)-in-development
  3. Add ENV variables in .env.development for ngrok as described in the above link.
  4. For payment (credit card) processing, use:
    • CC number: 4111111111111111
    • Expires: 12/25
    • CVV: 123
Clone this wiki locally