v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
MoneyIns | Cards

(Deprecated) Register a Card for Direct Payments (PCI-DSS compliant only)

Register a card and associate it with a Payment Account. The end-user does not have to re-enter their card details for future payments.<br /><b>Important:</b> Ensure your website login is secured to avoid any security breach that may causes unauthorized access (for example, phishing). <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.

post/v2/moneyins/card/register

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

accountIdstring required

Payment Account ID

specialConfigurationstring

Leave Empty

Example request

{
  "accountId": "33612345678",
  "card": {
    "cardType": 1,
    "cardNumber": "4716202982346875",
    "cardCode": "123",
    "cardDate": "06/2028"
  }
}

Response

OK