• Hi
    The plugin does not work for me. The Payment gateway is showing up, but nothing happens afterward.

    In the console, this error shows up:

    The SumUp Card is not rendered. You are missing a DOM element with id = "sumup-card".

    This happens because in the file “wp-content/plugins/sumup-payment-gateway-for-woocommerce/includes/class-wc-sumup-gateway.php”:268 The key “Message” does not exist. The API does not include this key.

    
    if (isset($data["id"])) {
    echo '<div id="sumup-card"></div>';
    echo '<input type="hidden" value="'.$data["id"].'" id="woosumup_checkout_id" />';
    echo '<script type="text/javascript">jQuery(function($) { $(function () { $("#sumup-card").trigger("sumupCardInit"); }); });</script>';
    				}
    if (isset($data["error_code"])){
    echo "<p>".$data['message']."</p>";
    				}	

    When is the issue expected to be fixed. My client is already using the SumUp terminal and it would be super handy, if they can use the same payment service for online and pos transactions.
    Best, Daniel

Viewing 6 replies - 1 through 6 (of 6 total)
  • Having exactly the same issue and errors.

    Currently using sumup terminal instore and ideally want to use sumup for processing online.

    Good morning,

    The error that you are encountering might be due to the fact that the payment gateway is not activated on our side first. This needs to be done before you can start processing payments and see the card widget.

    In order to be able to assist you, we kindly ask you to provide your merchant ID, which you can find in the top right corner of your dashboard via me.sumup.com, or the email linked to your SumUp account.

    Please send this information via our integration form.

    Kind regards,

    SumUp

    Thread Starter dansart

    (@dansart)

    Hi
    I did send a a request and it got approved. But still, the same issue exists.

    Hey @dansart,

    You should have received an email from SumUp with the confirmation that the payment gateway has been enabled in your SumUp account. If you have not, please contact via our integration?form providing the email linked to your SumUp profile to check your SumUp account.

    Kind regards,

    SumUp

    Thread Starter dansart

    (@dansart)

    I did already, but still, it does not work.
    To bad, I would love to have everything from one vendor. But it looks like I need another solution.

    The Sumup payment payment gateway installed on my WordPress site coachlife.fr but Woocommerce interface not appearing on my dashboard.
    ID Merchant ID?MTZTYXYD.
    I cannot navigate to the Plugins section and select Settings under the SumUp Woocommerce.
    I have already made a request and received  below email :
    
    
    Dear Robert,
    
    Thank you for contacting SumUp Support.
    
    We would like to guide you through the steps provided in order to create and obtain the client ID and client secret that you need:
    
    1. Click on “Log in” on the top right corner of?https://developer.sumup.com?and provide the email and password linked to the SumUp account that you will be using
    2. On the drop-down menu, please select “Oauth apps”
    3. Click on “Create application”
    4. Under “Application name”, you can provide the name of your website/business
    5. Under “Homepage URL”, please introduce the URL of your website following this format:?https://www.example.com?and click on “Register application”
    6. Click on the box named after your website/business
    7. Scroll down to the section “Client secrets”
    8. Click on “Create client secret”
    9. Under “Client name”, please introduce a descriptive name for your website
    10. Under “Application type”, please select “Web”
    11. Under “Authorized redirect URL”, you can introduce the page where your clients are redirected once the payment is completed, and click on “Save”.
    12. Download the JSON file by clicking on “Download. Open it and copy the client ID and client secret
    13. Follow the instructions detailed here (https://developer.sumup.com/docs/online-payments/plugins/woocommerce/#plugin-configuration) on where to paste this information in WooCommerce
    
    Once you have filled in this information, and your account is fully verified by the Onboarding team, we kindly ask you to contact us again from the email linked to the SumUp account that you will be using to activate the payment gateway.
    
    If you've any further questions, please feel free to contact us.
    
    Kind regards,
    
    Chiara
    SumUp Integration?Team?
    • This reply was modified 1 year, 9 months ago by vannynattenr.
    • This reply was modified 1 year, 9 months ago by vannynattenr.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Interface not loading’ is closed to new replies.