Skip to main content
Aria Knowledge Central

get_cc_velocity_info_m

Summary

API Name get_cc_velocity_info_m
Class transaction_services_m
Update Version 6.35

Description

For a card number provided, retrieves information related to collection attempts, authorizations, and primary / backup payment method updates to support velocity analysis. Velocity data can be requested for a specific date range.

Inputs

Name Type Length Required Description
client_no long 22 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 Yes

Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call.

cc_num string   Yes

Card number to be searched for velocity data.

start_date string   No

Velocity data will be returned for actions performed on or after this date (inclusive). The date is in the format yyyy-mm-dd.

end_date string   No

Velocity data will be returned for actions performed on or before this date (inclusive). The date is in the format yyyy-mm-dd.

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

velocity_data object   No

See fields below

velocity_data fields

Name Type Length Required Description
acct_no long   No

Aria-assigned account identifier. This value is unique across all Aria-managed accounts.

action string   No

Allowed values:

Value Description
Collection  
Authorization  
Added as primary Aria6 only
Added as backup Aria6 only
Added to account Aria Crescendo only
date string   No

The date and time on which the action took place. The date is in the format yyyy-mm-dd hh24:mi:ss.

TOP
  • Was this article helpful?