Accept payments in 3 minutes

Easy and simple payments for managers and developers. Get started in just 3 minutes.

Watch howSign up

Plug in & Start

Accepting payments online should be as easy as sending an email. We focus on making the simplest integration as possible. Watch the video on how to integrate Paylike with WooCommerce in just two minutes:

Explore our pluginsorMake a custom integration

  1. 1

    1. Sign up

    Enter just your name and your email. There is no waiting time or other limitations.

    Start now
  2. 2

    2. Integrate

    Integrate freely with our plugins, write your own solution or use one of our POS solutions.

    Plugins
  3. 3

    3. Accept Payments

    Once the integration is in place you are ready to get paid by your customers. Yes, really.

See our customer casesorExplore our partners

Features

Explore our most popular features below. Secure and simple by design while powerful enough to run any business.

All Features
API-first & great interfaces
  • Plugins

    Integrate without writing a single line of code. Explore our plugins, set it up, and get your business off the ground in less than 10 minutes.

  • 3-D Secure

    We offer 3-D Secure out of the box with our payment pop-up. 3-D Secure works both with Mastercard and Visa. By enabling 3-D Secure the card transactions are more secure.

  • Custom payment form

    Design your own checkout 100 % as you want. We have made a solution enabling you to make a custom payment form without having to deal with saving card details on your server.

  • Instant sign up

    Just sign up with your e-mail and accept payments right away. There is no waiting time. We do our checks asynchronous in the background to approve you for payouts.

  • Dynamic descriptor

    Customise the text shown on your customers bank statement on a per-transaction basis. Add for instance the order ID for reference and improved customer service.

  • Recurring / Subscriptions

    You can easily do recurring transactions through our API or using one of our plugins. There is no extra cost to do recurring transactions or save cards.

All Features

Pricing

Transparent pricing, no set up or monthly fees.

We have simplified our pricing to make sense for you and your business.

See our full pricing details here

+ EUR 0.25

1.35 %

+ 1.15 % on Non-European Cards.

Enterprise, high-risk or just a complex business?Click here

Go beyond Plugins

Start developing with Paylike and create new solutions, get pragmatic and go beyond the imaginable.

Integration

Example: Triggering the Paylike Pop-up

  • JavaScript
  • <script src="//sdk.paylike.io/3.js"></script>
      <script>
      var paylike = Paylike('your key');
      paylike.popup({
          currency: 'DKK',
          amount: 1000,
      }, function( err, res ){
              if (err)
                  return console.log(err);
          console.log(res.transaction.id);
          alert('Thank you!');
      });
      </script>
Try it now