Skip to content

Commit

Permalink
OpenAPI Update (#753)
Browse files Browse the repository at this point in the history
Update OpenAPI for 2be2ca652f40f01b9c1a33c229a05ae1e98ee1cb

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Apr 19, 2024
1 parent e4b103a commit 2041360
Show file tree
Hide file tree
Showing 3 changed files with 4,728 additions and 1,047 deletions.
28 changes: 24 additions & 4 deletions embedded/openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,17 @@
"features": {
"capture_payments": true,
"dispute_management": true,
"refund_management": true
"refund_management": true,
"destination_on_behalf_of_charge_management": true
}
},
"payments": {
"enabled": false,
"features": {
"capture_payments": true,
"dispute_management": true,
"refund_management": true
"refund_management": true,
"destination_on_behalf_of_charge_management": true
}
},
"payouts": {
Expand All @@ -183,6 +185,18 @@
"features": {
"external_account_collection": true
}
},
"balances": {
"enabled": true,
"features": {
"edit_payout_schedule": true,
"instant_payouts": true,
"standard_payouts": true
}
},
"payouts_list": {
"enabled": true,
"features": {}
}
},
"expires_at": 1234567890,
Expand Down Expand Up @@ -643,7 +657,8 @@
"success_url": "https://example.com/success",
"total_details": null,
"ui_mode": "hosted",
"url": "https://checkout.stripe.com/pay/c/cs_test_a12et9VnHfV9NETJktvuOmVoyrOB40recOCQWiVNeDlBe4IqxEIRNi1Qdf"
"url": "https://checkout.stripe.com/pay/c/cs_test_a12et9VnHfV9NETJktvuOmVoyrOB40recOCQWiVNeDlBe4IqxEIRNi1Qdf",
"saved_payment_method_options": null
},
"climate.order": {
"amount_fees": 300,
Expand Down Expand Up @@ -1705,7 +1720,6 @@
"updated": 1234567890
},
"forwarding.request": {
"config": "fwdcfg_123",
"created": 1234567890,
"id": "fwdreq_123",
"livemode": false,
Expand Down Expand Up @@ -4904,6 +4918,12 @@
"id": "obj_123",
"livemode": true,
"object": "product_feature"
},
"entitlements.active_entitlement_summary": {
"customer": "customer",
"entitlements": null,
"livemode": true,
"object": "entitlements.active_entitlement_summary"
}
}
}
Loading

0 comments on commit 2041360

Please sign in to comment.