💡 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.
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?”
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.
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
?”
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.”
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).
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
wallet
kyc
kyc2
blocked
Pay-In (Money-In)
Pay-Out (Money-Out)
webhook
iban
sepa
screening
error codes
status
callback
idempotency
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)
- What are the required fields for
POST /accounts/individual
? Summarize in bullets. - Show a valid example payload with FR addresses.
- Now add the typical 201 response schema.
- Where is this documented? Provide section names.
Updated about 6 hours ago