Explore the Lemonway API in Postman

Postman workspace access for Lemonway partners

Explore and test Lemonway APIs faster with Postman.

Give your implementation and technical teams a faster way to discover endpoints, authenticate requests, and test common payment flows using a ready-to-use Lemonway Postman collection.

Designed for sandbox exploration, faster onboarding, and easier collaboration between partner teams and Lemonway.
POST /v2/oauth/token
→ Retrieve your access token
POST /v2/onboardings/legal-entity
→ Launch merchant onboarding
POST /v2/moneyins/card/webinit
→ Initiate a card payment
POST /v2/moneyouts
→ Trigger a payout flow
Status: Sandbox ready

What you can do with the Lemonway Postman collection

Use the Lemonway collection as a practical companion to the API reference to accelerate testing, understand flows, and align technical teams during implementation.

01

Explore core requests

Browse organized folders for authentication, onboarding, wallets, pay-ins, pay-outs, refunds, and other common API actions.

02

Test in sandbox

Run requests using your sandbox credentials and environment variables to validate payloads and expected responses early.

03

Share across teams

Give developers, solution engineers, and project stakeholders a common testing workspace during implementation.

What’s included in the collection

Structure your testing around the main Lemonway flows partners typically need during setup and validation.

Authentication Onboarding Accounts & wallets Card pay-ins Pay-outs Refunds Webhooks Status checks
Suggested positioning: the Postman collection should be presented as an accelerator for testing and understanding the Lemonway API, not as a replacement for the full reference documentation.
POST /v2/moneyins/card/webinit
{
  "accountId": "123456",
  "wallet": "WALLET_ID",
  "amount": 2500,
  "currency": "EUR",
  "returnUrl": "https://partner.example/return"
}

How to get started

A simple flow to help you access the workspace, configure your environment, and begin testing in sandbox.

1

Open the collection in Postman

Use the Run in Postman button above to fork the Lemonway collection directly into your own Postman workspace.

2

Configure your environment

Add your sandbox base URL, credentials, and reusable variables so your requests are ready to run.

3

Authenticate

Start with the authentication folder to retrieve an access token and confirm the setup is working correctly.

4

Run key partner scenarios

Test onboarding, card payments, account checks, pay-outs, refunds, and other flows relevant to your implementation.

Start exploring Lemonway in Postman

Fork the collection into your workspace, configure your sandbox environment, and begin testing the key flows your team needs for implementation.