Delete a Card

Velocity Android Software Development Kit Integration Guide

If you use Delete a Card using auth token/access token/SSO token from the wallet, you must call the login API when a customer logs in. You can invoke the delete Card API only after the customer logs in.

You must send the following para card ID received in login API and set through viaAuthToken.

Use following method to delete card from a wallet:

public void deleteCard(cardid: Int, String : accessToken, clientinfo : mPointClientInfo, viaAuthToken : Boolean)

The descriptions of the parameters are listed in the table below.

ParameterTypeDescription
cardidIntegerThe identification number of the card that will be deleted.
accessTokenAlphanumeric stringA customer's authentication token or password.
clientinfoObjectThe client information that needs to be included in a request.
viaAuthTokenBooleanDefines if the access is through an authentication token or a password.