Easy and simple payments for managers and developers. Get started in just 3 minutes.
Watch howSign upAccepting 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
Enter just your name and your email. There is no waiting time or other limitations.
Start nowIntegrate freely with our plugins, write your own solution or use one of our POS solutions.
PluginsOnce the integration is in place you are ready to get paid by your customers. Yes, really.
Explore our most popular features below. Secure and simple by design while powerful enough to run any business.
All FeaturesIntegrate 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.
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.
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.
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.
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.
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.
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
Enterprise, high-risk or just a complex business?Click here
Start developing with Paylike and create new solutions, get pragmatic and go beyond the imaginable.
Integration<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>