Get card
Parameters
cardId: number
, Card identifier
callback: function
, Callback function
options: Object
, Request options
Returns: Object
, Request promise
Gets a list of cards having the same fingerprint. The fingerprint is a hash uniquely generated per 16-digit card number.
Parameters
fingerprint: , The fingerprint hash
Returns: , List of Cards corresponding to provided fingerprint
Update card
Parameters
card: Object
, Card object of properties hash
callback: function
, Callback function
options: Object
, Request options
Returns: Object
, Request promise
Get list of Transactions of a Card
Parameters
cardId: number
, Card identifier
callback: function
, Callback function
options: object
, Request options
Returns: object
, Request promise
Gets list of PreAuthorizations of a Card.
Parameters
cardId: number
, Card identifier
callback: function
, Callback function
options: Object
, Request options
Returns: Object
, Request promise