June 14, 2023
over 2 years ago by Nicholas Hu
Release notes for June 28, 2023
Auth Rules-related changes coming to the account, card, and transaction objects
account, card, and transaction objectsOn June 28, we will be launching the Auth Rules product as a production-ready feature and it will become available to all customers. With this launch, there will be three non-breaking changes to these objects in the API:
Accountobject: With this launch, anauth_rule_tokensarray will be added to indicate the set of Auth Rules that apply to that account (if any). If no Auth Rules apply, the array will be empty —"auth_rule_tokens": []Cardobject: With this launch, anauth_rule_tokensarray will be added to indicate the set of Auth Rules that apply to that card (if any). If no Auth Rules apply, the array will be empty —"auth_rule_tokens": []Transactionobject: With this launch, we will be adding four newresultenum values (both topline transactionresultand theresultassociated with events contained in theeventsarray) —AUTH_RULE_BLOCKED_MCC,AUTH_RULE_ALLOWED_MCC,AUTH_RULE_BLOCKED_COUNTRY,AUTH_RULE_ALLOWED_COUNTRY. Note that only customers utilizing the Auth Rules feature will see these result codes, and these customers will be separately notified with more details
