v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBPayment between Payment Accounts (P2P)
This call debits Wallet A and credits Wallet B. Payment accounts are internal to Lemonway. You can schedule this payment if you do not want the payment to occure immediately. The following list corresponds to the payment type specified in the response attribute called:
0 Card
1 Bank transfert (Money-In)
3 Bank transfert (Money-Out)
4 P2P
13 IDEAL
14 DirectDebit
15 Cheque
19 Multibanco
20 Payshop
21 MB WAY
35 PayPal
Important: The following services have been discontinued: 16 Neosurf, 17 SoFort, 18 PFS Physical Card, 20 Payshop, 22 Polish Instant Transfer, 23 PAGARE, 24 MobilePay,26 WeChat (via PayTend),28 MoneyIn by TPE, 29 Trustly.
Headers
Authorization bearer (OAuth 2)
Response language accepted by final client (PSU). English by default
IP address of the final client (PSU).
User-agent of the final client (PSU).
Request body
Example request
{
"debitAccountId": "33612345678",
"creditAccountId": "taxi67",
"amount": 1500,
"comment": "Order number 2457765AX2",
"scheduledDate": "2026/06/29",
"privateData": {
"value": [
"My data 1",
"My data 2",
"My data 3",
"",
"My data 5"
]
},
"originTransactionId": 4086
}Response
OK