Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Many countries around the globe (and specifically the EU) are being forced to adhere to Financial Action Task Force (FATF, established in 1989 by the G7) guidelines, which includes regulatory requirements designed to prevent money laundering and terrorist financing.

One of these rules is the “Travel Rule”. The Travel Rule mandates that certain information about the sender and receiver of a transaction must "travel" with the transaction itself when money (or value) is transferred between financial institutions or Virtual Asset Service Providers (VASPs). This typically applies where transactions may exceed a certain threshold (typically $1,000 or €1,000).

This wallet generation feature is a method of complying with that Travel Rule.

  1. CAS version 20241001 (or newer) must be installed.

  2. A one-time CAS setting must be deployed by the Administrator.

  3. The feature is enabled for each BATM in Terminal details.

  4. Your customers will have the option to complete a purchase using the PDF wallet.

  5. The customer is then forced to scan and receive their coin to the new PDF wallet.


Configure CAS

Create/edit webhooks

The CAS base configuration must be changed to offer PDF wallets.

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

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

    2. The path /wallet is arbitrary and can be anything that doesn’t conflict with other paths.

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

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

sudo nano /batm/config/webhooks
  • Add the setting pdfWalletLinkUrl=https://yourcasdomain.com/wallet

    • Replace the example URL with the one you decided upon in Step 1.

image-20241112-204026.png
  • Press CTRL-X to save the file and exit (leave the filename unchanged).

Finally, restart CAS to place the changes into effect.

Expose the webhook

Now the configuration has been created, you must expose this URL to the world. Installation (or modification) of NGINX is described in this article: https://generalbytes.atlassian.net/wiki/x/AQBlrw

It’s also possible to do it via Cloudflare (instead): https://generalbytes.atlassian.net/l/cp/VLSWb0XA

Yet another (undocumented) option: ngrok Secure Tunnel: https://ngrok.com/product/secure-tunnels

The URL path in any case must translate/point to: https://{master_bind_ip}:7743/api/v1/crypto-wallets


Enable the Feature per Terminal

Navigate to your Terminal (or Template) and enable the option in Printing Settings.

image-20241112-184933.png

Example BUY

  1. The customer initiates a BUY.

  2. Customer selects the button “DON’T HAVE A WALLET?”.

Screenshot_20241112_125125.png
  1. The Customer chooses “DOWNLOAD WALLET AS PDF”.

image-20241112-185541.png
  1. The Customer downloads the PDF file from the link provided.

  1. The Customer confirms that they have downloaded the PDF (by pressing the button).

    1. The link may only be used ONCE!

    2. After the link has been used, the message “Invalid key” will be displayed thereafter.

6. The Customer uses the Public Key in the PDF to receive their coin.

Example PDF:

image-20241112-121117.png

  • No labels