A modular, feature-rich API

Get support from our experts during the testing phase, before and after go-live.

An advanced API for your marketplace

 

Our API provides a secure and efficient way to interact with our payment infrastructure.

 

+ 99.9 %

uptime

150m

calls per month

678 ms

response time

3,500

transactions per hour on average

Get your marketplace off the ground quickly
with our API

The tools and protocols built into our API let marketplaces integrate Lemonway’s payment and money-transfer services into their own websites.
Power
Power
Our reliable, scalable API delivers exactly what developers and marketplaces need.
Constant updates
Constant updates
We go the extra mile to keep our solution up-to-date and in line with your expectations.
PCI-DSS certification
PCI-DSS certification
You can rest easy in the knowledge that your financial transactions are secure.
Testings
Testings
Scaling and upgrading are made easy with our production and testing (sandbox) environments.
Seamless integration
Seamless integration
Our dedicated team is on hand to help with customized integration and compliance.
Langages
Langages
Our solution is available in multiple languages: Node, Python, PHP, Java, C#, and more.

Want to know more about our documentation?

Find out more about our API in our documentation.

API CALL

const sdk = require("api")("@lemonportal/
v1.1#2j3hc41dls8ur5kp");
sdk.moneyIns_CardWebInitPost({
  returnUrl: "https://www.my-marketplace.com/back",
  errorUrl: "https://www.my-marketplace.com/?error",
  cancelUrl: "https://www.my-marketplace.com/?cancelled",
  accountId: "1234567890",
  totalAmount: 900,
  commissionAmount: 80,
},
{
  authorization: "54321",
  "psu-ip-address": "https://www.my-marketplace.com/payment",
},
)
.then(({ data }) => console.log(data))
.catch((err) => console.error(err));

API RESPONSE

{
  "webKitToken":"1wGaBwkdOmOxWT0s4t1Z1364815",
  "id": 3232,
  "cardId": 34
}

Want to know more
about our API?

Help center

Want to know more about a particular feature?

Status

Want to know about the availability of our API and dashboard?

Changelog

Want to check our changelog for the latest updates?