Skip to content

Commit

Permalink
Update OpenAPI for c0c48c8841a251570cc1dec437806514ea695eeb
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 10, 2024
1 parent b0e9355 commit 01b341d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -50507,6 +50507,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"
},
Expand Down Expand Up @@ -50597,6 +50603,7 @@
"multicapture",
"network",
"network_token",
"network_transaction_id",
"overcapture",
"partial_authorization",
"regulated_status",
Expand Down

0 comments on commit 01b341d

Please sign in to comment.