Home > Aria6 User Documentation > Aria6 core api > compare_against_cc_blacklist

compare_against_cc_blacklist

Compares a card number provided against entries in the blacklist.

Input Arguments

Req Field Name Field Type Max Length Description
required-icon.png client_no long 22 Aria-assigned unique identifier indicating the Aria client providing service to this account.
required-icon.png auth_key string 32 Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.
required-icon.png cc_num string   Card number to be searched for in the blacklist.
  include_details long   Whether or not to return notes, dates on which card was added to / removed from the blacklist, or alt_caller_id  

Allowable values for include_details:

  alt_caller_id string 30 Person or process that submitted the API call. This can be someone's user ID, or the name of an application.
  optional_transaction_qualifiers array   Array of additional values you can associate with this API call.
  brd_arrow.gif qualifier_name string 100 Name of the field you want to associate with this API call.
  brd_arrow.gif qualifier_value string 100 Corresponding value of the field you want to associate with this API call.
 

Output Arguments

Field Name Field Type Description
error_code long Aria-assigned error identifier. 0 indicates no error.
error_msg string Description of any error that occurred. "OK" if there was no error.
cc_num_blacklisted long Whether the card is blacklisted.  Allowable Values
notes string Notes about this card.
date_added string Date on which this card was most recently added to the blacklist.
date_removed string Date on which this card was most recently removed from the blacklist.
 
 
 
Last modified

Tags

This page has no custom tags.

Classifications

This page has no classifications.