June 14, 2023
over 1 year 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:
Account
object: With this launch, anauth_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, anauth_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 newresult
enum values (both topline transactionresult
and theresult
associated with events contained in theevents
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