diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 5aab9774..72fe9fa3 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -32356,6 +32356,12 @@ "description": "If this card has network token credentials, this contains the details of the network token credentials.", "nullable": true }, + "network_transaction_id": { + "description": "This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent the date (MM/DD). This field will be available for successful Visa, Mastercard, or American Express transactions and always null for other card brands.", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "overcapture": { "$ref": "#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture" },