WooCommerce plugin to allow use of Fire Open Banking to recieve payments.
- Install woocommerce-gateway-fireob.zip to an existing WooCommerce installation
- Ensure e.g. "WP Crontrol" plugin is also installed
- Activate and configure the Fire Open Banking plugin with your own Fire API credentials - see below
- Check crontrol to ensure two hourly entries are added - /wp-cron.php?fireob_set_status=1 and /wp-cron.php?fireob_set_status_code=1
Follow the instructions in the FAQ to configure a key with the following permissions:
- Get list of all Payment Requests sent and their details (PERM_BUSINESS_GET_PAYMENT_REQUESTS)
- Get list of all Payment Attempts related to a Payment Request (PERM_BUSINESS_GET_PAYMENT_REQUEST_PAYMENTS)
- Create a Payment Request (PERM_BUSINESS_POST_PAYMENT_REQUEST)
- Get Payment Details (PERM_BUSINESS_GET_PAYMENT)
This will create the API key you need to copy into the WooCommerce settings page.