Delete a Card Token

UnregisterCard

How it works

This method breaks the link between a card and a payment account:

  • Your application sends the Wallet ID and the ID of the card.
    • Lemonway answers.

XML

<UnregisterCard xmlns="Service_mb">
  <wlLogin>string</wlLogin>
  <wlPass>string</wlPass>
  <language>string</language>
  <version>string</version>
  <walletIp>string</walletIp>
  <walletUa>string</walletUa>
  <wallet>string</wallet>
  <cardId>string</cardId>
</UnregisterCard>
<?xml version="1.0" encoding="utf-8"?>
<CARD>
	<ID>String</ID>
</CARD>
  

JSON

{   
    "wlLogin":"string",
    "wlPass":"string",
    "language":"string",
    "version":"string",
    "walletIp":"string",
    "walletUa":"string",
    "wallet":"string",
    "cardId":"string"
} 
{  
    "CARD":{  
        "ID":"String"
    }
}

Request Input Description

ItemDescriptionMandatoryFormatExample
walletPayment account IDYes[0: 256] char33612345678 or taxi67
cardIdCard ID to be deactivatedYes[1:12] char235

Response Output Description

ItemDescriptionExample
IDThe card ID255