Skip to content

Commit

Permalink
Update OpenAPI for d934c135741194e6c28460b6e88f2592e1bcbbb3
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 9, 2024
1 parent 2512e5e commit 5cd43dc
Show file tree
Hide file tree
Showing 3 changed files with 30,221 additions and 5,385 deletions.
76 changes: 37 additions & 39 deletions embedded/openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@
"status": "unavailable"
},
"three_d_secure": null,
"wallet": null
"wallet": null,
"authorization_code": null
},
"type": "card"
},
Expand Down Expand Up @@ -664,15 +665,15 @@
"setup_intent": null,
"shipping_address_collection": null,
"shipping_cost": null,
"shipping_details": null,
"shipping_options": [],
"status": "open",
"submit_type": null,
"subscription": null,
"success_url": "https://example.com/success",
"total_details": null,
"ui_mode": "hosted",
"url": "https://checkout.stripe.com/pay/c/cs_test_a1YS1URlnyQCN5fUUduORoQ7Pw41PJqDWkIVQCpJPqkfIhd6tVY8XB1OLY"
"url": "https://checkout.stripe.com/pay/c/cs_test_a1YS1URlnyQCN5fUUduORoQ7Pw41PJqDWkIVQCpJPqkfIhd6tVY8XB1OLY",
"shipping_details": null
},
"climate.order": {
"amount_fees": 300,
Expand Down Expand Up @@ -3496,24 +3497,7 @@
"interval_start": 1522540800
},
"report_type": "balance.summary.1",
"result": {
"created": 1721948551,
"expires_at": 1753484551,
"filename": "file_1Pgag7B7WZ01zgkWZFBKk3TC",
"id": "file_1Pgag7B7WZ01zgkWZFBKk3TC",
"links": {
"data": [],
"has_more": false,
"object": "list",
"url": "/v1/file_links?file=file_1Pgag7B7WZ01zgkWZFBKk3TC"
},
"object": "file",
"purpose": "finance_report_run",
"size": 16890,
"title": null,
"type": "csv",
"url": "https://sangeekp-15t6ai--upload-mydev.dev.stripe.me/v1/files/file_1Pgag7B7WZ01zgkWZFBKk3TC/contents"
},
"result": null,
"status": "succeeded",
"succeeded_at": 1234567890
},
Expand Down Expand Up @@ -3551,24 +3535,7 @@
"scheduled_query_run": {
"created": 1234567890,
"data_load_time": 1234567890,
"file": {
"created": 1721948551,
"expires_at": null,
"filename": "path",
"id": "file_1Pgag7B7WZ01zgkWJbdoNCXR",
"links": {
"data": [],
"has_more": false,
"object": "list",
"url": "/v1/file_links?file=file_1Pgag7B7WZ01zgkWJbdoNCXR"
},
"object": "file",
"purpose": "sigma_scheduled_query",
"size": 500,
"title": null,
"type": "csv",
"url": "https://sangeekp-15t6ai--upload-mydev.dev.stripe.me/v1/files/file_1Pgag7B7WZ01zgkWJbdoNCXR/contents"
},
"file": null,
"id": "sqr_1Pgc7AB7WZ01zgkWvpIic1Di",
"livemode": false,
"object": "scheduled_query_run",
Expand Down Expand Up @@ -4988,6 +4955,37 @@
"livemode": true,
"object": "billing.alert_triggered",
"value": 111972721
},
"billing.meter_error_report": {
"id": "obj_123",
"object": "billing.meter_error_report",
"reason": {
"error_count": 833298408,
"error_types": [
{
"sample_errors": [
{
"api_request": null,
"error_message": "error_message"
}
]
}
]
},
"related_object": null,
"summary": "summary",
"validation_end": 279372779,
"validation_start": 2118807836
},
"invoice_rendering_template": {
"created": 1028554472,
"id": "obj_123",
"livemode": true,
"metadata": null,
"nickname": null,
"object": "invoice_rendering_template",
"status": "active",
"version": 351608024
}
}
}
Loading

0 comments on commit 5cd43dc

Please sign in to comment.