v1
latestOpenAPI 3.0.02026-07-2691259477.2 KBMoneyIns | Local Payments
(Deprecated) Initialize MB WAY Payment
Payment process:
<ul><li>You call the Lemonway DirectKit API, provide a phone number to initialize the payment</li><li>The payment order is sent to the customer's smartphone</li><li>The customer pays with their smartphone</li><li>You will be notified after the payment is settled</li></ul>post/v2/moneyins/mbway/init
Headers
Authorizationstring required
Authorization bearer (OAuth 2)
PSU-Accept-Languagestring
Response language accepted by final client (PSU). English by default
PSU-IP-Addressstring required
IP address of the final client (PSU).
PSU-User-Agentstring
User-agent of the final client (PSU).
Request body
Example request
{
"phone": "513212744",
"returnUrl": "https://www.yoursite.com/payment_return.php/?id=367GBD",
"reference": "Dze8778",
"accountId": "33612345678",
"totalAmount": 1500,
"commissionAmount": 100,
"comment": "Order number 2457765AX2",
"autoCommission": false
}Response
OK