💡 Find Answers Faster with Ask AI

Get the Most Out of Lemonway’s AI Search

Lemonway’s Ask AI helps you quickly find the right answers across our docs: API references, guides, and how-tos. Use the tips below to get precise, reliable results.

1

Be clear and specific

Ask full questions and include the key terms you care about.

Good

  • How does Lemonway connect with PayPal for Pay-In (Money-In)?
  • What are the required fields for POST /onboardings/individual?
  • How do I verify a wallet’s KYC stage before enabling Pay-Out (Money-Out)?

Avoid

  • “PayPal”
  • “onboardings”
  • “KYC?”
2

One question per request

Keep each prompt focused so the AI can go deep on the exact topic.

  • Ask: “How do I handle a failed Pay-In (Money-In) and which error codes should I check?”
  • Then follow up: “Show a payload example for retrying the Pay-In (Money-In).”

You can ask unlimited follow-ups.

3

Add context up front

Helpful context to include

  • Profile: individual vs legal entity
  • Flow: onboarding, Pay-In (Money-In), Pay-Out (Money-Out), refund
  • Stage: KYC1/KYC2, blocked/unblocked
  • Environment: sandbox vs production

Example

“For a legal entity in sandbox, what fields are required for KYC2 on /onboardings/legal-entity?”
4

Refine when needed

  • “Summarize in 3 bullets.”
  • “Show me the exact response schema.”
  • “I meant card Pay-In (Money-In), not bank transfer.”
  • “Give me a cURL example.”
5

Use natural, polite language

No special syntax needed. Write how you’d ask a colleague. Jargon is fine if it’s part of the API (e.g., webhook, walletId, iban).

6

Verify and cite

The AI is grounded in Lemonway docs. If you need to double-check:

  • Ask: “Where is this in the docs?
  • Ask: “Show me the schema/table it used.
  • Compare with your version/environment constraints.

Common keywords that improve results

walletkyckyc2blocked Pay-In (Money-In)Pay-Out (Money-Out)webhook ibansepascreeningerror codes statuscallbackidempotency

If results look off

  • Rephrase with the profile, flow, and endpoint in one sentence.
  • Ask for the exact doc section or schema.
  • Ask for examples (payloads, cURL, responses).
  • Split into smaller questions.

Prompt templates (copy-paste)

  1. What are the required fields for POST /accounts/individual? Summarize in bullets.
  2. Show a valid example payload with FR addresses.
  3. Now add the typical 201 response schema.
  4. Where is this documented? Provide section names.