June 14, 2023

Release notes for June 28, 2023

Auth Rules-related changes coming to the account, card, and transaction objects

On 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:

  • Account object: With this launch, an auth_rule_tokens array 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": []
  • Card object: With this launch, an auth_rule_tokens array 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": []
  • Transaction object: With this launch, we will be adding four new result enum values (both topline transaction result and the result associated with events contained in the events array) — 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