• We run a site with WooCommerce subscriptions where the subscriptions need to be approved before starting, so they’re not set up to autocapture.

    However, there are two issues with this.
    1. The remaining balance on the order in WooCommerce is shown as 0.00 kr.
    2. More critically, capturing the money from WooCommerce by pressing “Tr?k hele bel?bet” fails. A spinner appears and disappears and there is no error shown, but also no update in status.
    In the error log, there is the following. The ID (shown here truncated) in the log is not for the subscription, but for the individual order.

    08-21-2018 @ 10:35:45 – ——————–
    08-21-2018 @ 10:35:45 – QuickPay API Exception file: /wp-content/plugins/woocommerce-quickpay/classes/api/woocommerce-quickpay-api.php
    08-21-2018 @ 10:35:45 – QuickPay API Exception line: 250
    08-21-2018 @ 10:35:45 – QuickPay API Exception code: 404
    08-21-2018 @ 10:35:45 – QuickPay API Exception message: Not found: No subscription exists with id 122…
    08-21-2018 @ 10:35:45 – QuickPay API Exception Request URL: https://api.quickpay.net/subscriptions/122…
    08-21-2018 @ 10:35:45 – QuickPay API Exception Response DATA: {“message”:”Not found: No subscription exists with id 122…”,”errors”:null,”error_code”:null}
    08-21-2018 @ 10:35:45 – ——————–

  • The topic ‘Subscriptions without autocapture fail’ is closed to new replies.