Skip to content

Commit 355f553

Browse files
OpenAPI Update (#1050)
Update OpenAPI for c0c48c8841a251570cc1dec437806514ea695eeb Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent b0e9355 commit 355f553

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

+7
Original file line numberDiff line numberDiff line change
@@ -50507,6 +50507,12 @@
5050750507
"description": "If this card has network token credentials, this contains the details of the network token credentials.",
5050850508
"nullable": true
5050950509
},
50510+
"network_transaction_id": {
50511+
"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.",
50512+
"maxLength": 5000,
50513+
"nullable": true,
50514+
"type": "string"
50515+
},
5051050516
"overcapture": {
5051150517
"$ref": "#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture"
5051250518
},
@@ -50597,6 +50603,7 @@
5059750603
"multicapture",
5059850604
"network",
5059950605
"network_token",
50606+
"network_transaction_id",
5060050607
"overcapture",
5060150608
"partial_authorization",
5060250609
"regulated_status",

0 commit comments

Comments
 (0)