compare_against _cc_blacklist_m
Compares a card number provided against entries in the blacklist.
Input Arguments
Req | Field Name | Field Type | Max Length | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() |
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. | ||||||
![]() |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. | ||||||
![]() |
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. | ||||||||
string | 100 | Name of the field you want to associate with this API call. | ||||||||
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 for cc_num_blacklisted:
|
||||||||
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. |