Skip to content

Commit 974a694

Browse files
Update OpenAPI for 92c1e753bf35cfbe0c2b8cf1525224b1e78f2657
1 parent 355f553 commit 974a694

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

embedded/openapi/spec3.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32356,6 +32356,12 @@
3235632356
"description": "If this card has network token credentials, this contains the details of the network token credentials.",
3235732357
"nullable": true
3235832358
},
32359+
"network_transaction_id": {
32360+
"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.",
32361+
"maxLength": 5000,
32362+
"nullable": true,
32363+
"type": "string"
32364+
},
3235932365
"overcapture": {
3236032366
"$ref": "#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture"
3236132367
},

0 commit comments

Comments
 (0)