Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CAS base configuration must be changed to offer PDF wallets. The webhook you create here will be sent to your customers and will (essentially) be exposed to the public. Choose carefully.

  1. Determine the URL path. In this example we’ll use: https://yourcasdomain.com/pdf_wallet

    1. It must include the domain for your CAS (e.g. yourcasdomain.com).

    2. Any arbitrary path can be used, BUT

      1. it MUST be used consistently, and

      2. it cannot conflict with another path,

      3. e.g. https://yourcasdomain.com/terminals would conflict.

    3. The protocol must include (and support) HTTPS.

  2. Create/edit the /batm/config/webhooks file and place the URL path as a setting:

...

...