v1
latestOpenAPI 3.0.02026-07-2691259477.2 KB(Deprecated) Credit an Account with a non 3-D Secure Card Payment (PCI-DSS compliant only)
<b>If your system is not PCI-DSS do not to save any card data on your system.</b> This method enables you to credit an account with a non 3-D Secure card payment. Should only be used on mobile devices. For internet payments use 3-D Secure.<br /> This method allows our system to credit a wallet and debit a card in real time. Your server has to send us the wallet ID to credit, all card data, the amount, and a comment.<br /><b>Note:</b> Lemonway does not recommend you use the MoneyIn method from January 2021. You should now use POST /moneyins/card/direct/3dini and PUT /moneyins/card/direct/{transactionid}/3dconfirm only.
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
{
"card": {
"cardType": 1,
"cardNumber": "4716202982346875",
"cardCode": "123",
"cardDate": "06/2028"
},
"reference": "Dze8778",
"accountId": "33612345678",
"totalAmount": 1500,
"commissionAmount": 100,
"comment": "Order number 2457765AX2",
"autoCommission": false
}Response
OK