Merge branch 'feature/stripe-embedded-onboarding'
This commit is contained in:
@@ -309,6 +309,7 @@ export const stripeAPI = {
|
||||
createConnectedAccount: () => api.post("/stripe/accounts"),
|
||||
createAccountLink: (data: { refreshUrl: string; returnUrl: string }) =>
|
||||
api.post("/stripe/account-links", data),
|
||||
createAccountSession: () => api.post("/stripe/account-sessions"),
|
||||
getAccountStatus: () => api.get("/stripe/account-status"),
|
||||
createSetupCheckoutSession: (data: { rentalData?: any }) =>
|
||||
api.post("/stripe/create-setup-checkout-session", data),
|
||||
|
||||
Reference in New Issue
Block a user