You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blueprint/api.apib
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2354,6 +2354,56 @@ This endpoint allows you to check whether a username is valid (by running a vali
2354
2354
2355
2355
+ Attributes (Unprocessable Entity Response)
2356
2356
2357
+
# Group Webhooks - Stripe
2358
+
2359
+
Code Corps responds to [Stripe webhooks](https://stripe.com/docs/webhooks).
2360
+
2361
+
Since Code Corps is a platform, we have two separate webhook endpoints for dealing with both Stripe Connect (the managed accounts) and the platform (shared data across customers).
Handles Stripe events for the Code Corps platform itself.
2388
+
2389
+
The platform stores Stripe customers and cards so they can be reused across different projects, and fan out updates to all the managed Stripe accounts.
0 commit comments