Skip to content

Commit

Permalink
OpenAPI Update (#1051)
Browse files Browse the repository at this point in the history
Update OpenAPI for 92c1e753bf35cfbe0c2b8cf1525224b1e78f2657

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Dec 11, 2024
1 parent 355f553 commit 2736211
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2736211

Please sign in to comment.