
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@userappstore/stripe-connect
Advanced tools
[Dashboard](https://github.com/userappstore/dashboard) is a NodeJS project that provides a reusable account management system for web applications. This module adds a complete user and administrator `Private API` and `Web UI` for a [Stripe Connect](https
Dashboard is a NodeJS project that provides a reusable account management system for web applications. This module adds a complete user and administrator Private API
and Web UI
for a Stripe Connect custom integration.
URL | Method | Querystring | POST data |
---|---|---|---|
/api/administrator/connect/account-stripe-accounts | GET | accountid= | |
/api/administrator/connect/account-stripe-accounts-count | GET | accountid= | |
/api/administrator/connect/delete-stripe-account | DELETE | stripeid= | |
/api/administrator/connect/payout | GET | payoutid= | |
/api/administrator/connect/payouts | GET | - | |
/api/administrator/connect/payouts-count | GET | - | |
/api/administrator/connect/set-stripe-account-rejected | PATCH | stripeid= | reason= |
/api/administrator/connect/stripe-account | GET | stripeid= | |
/api/administrator/connect/stripe-account-payouts | GET | stripeid= | |
/api/administrator/connect/stripe-account-payouts-count | GET | stripeid= | |
/api/administrator/connect/stripe-accounts | GET | - | |
/api/administrator/connect/stripe-accounts-count | GET | - | |
/api/user/connect/additional-owner | GET | ownerid= | |
/api/user/connect/additional-owners | GET | stripeid= | |
/api/user/connect/additional-owners-count | GET | stripeid= | |
/api/user/connect/country-spec | GET | country= | |
/api/user/connect/country-specs | GET | - | |
/api/user/connect/create-additional-owner | POST | stripeid= | |
/api/user/connect/create-stripe-account | POST | accountid= | type=&country= |
/api/user/connect/delete-additional-owner | DELETE | ownerid= | |
/api/user/connect/delete-stripe-account | DELETE | stripeid= | |
/api/user/connect/payout | GET | payoutid= | |
/api/user/connect/payouts | GET | accountid= | |
/api/user/connect/payouts-count | GET | accountid= | |
/api/user/connect/resubmit-required-information | PATCH | stripeid= | |
/api/user/connect/reupload-identity-document | PATCH | stripeid= | |
/api/user/connect/reupload-owner-identity-document | PATCH | stripeid= | |
/api/user/connect/set-additional-owners-submitted | PATCH | stripeid= | |
/api/user/connect/set-company-registration-submitted | PATCH | stripeid= | |
/api/user/connect/set-individual-registration-submitted | PATCH | stripeid= | |
/api/user/connect/stripe-account | GET | stripeid= | |
/api/user/connect/stripe-account-payouts | GET | stripeid= | |
/api/user/connect/stripe-account-payouts-count | GET | stripeid= | |
/api/user/connect/stripe-accounts | GET | - | |
/api/user/connect/stripe-accounts-count | GET | - | |
/api/user/connect/update-additional-owner | PATCH | ownerid= | Identity & address |
/api/user/connect/update-company-registration | PATCH | stripeid= | Country-specific identity & address |
/api/user/connect/update-individual-registration | PATCH | stripeid= | Country-specific identity & address |
/api/user/connect/update-payment-information | PATCH | stripeid= | Country-specific banking fields |
URL | Querystring | POST data |
---|---|---|
/api/administrator/connect/AccountStripeAccounts.get(req) | accountid= | |
/api/administrator/connect/AccountStripeAccountsCount.get(req) | accountid= | |
/api/administrator/connect/DeleteStripeAccount.delete(req) | stripeid= | |
/api/administrator/connect/Payout.get(req) | payoutid= | |
/api/administrator/connect/Payouts.get(req) | - | |
/api/administrator/connect/PayoutsCount.get(req) | - | |
/api/administrator/connect/SetStripeAccountRejected.patch(req) | stripeid= | reason= |
/api/administrator/connect/StripeAccount.get(req) | stripeid= | |
/api/administrator/connect/StripeAccountPayouts.get(req) | stripeid= | |
/api/administrator/connect/StripeAccountPayoutsCount.get(req) | stripeid= | |
/api/administrator/connect/StripeAccounts.get(req) | - | |
/api/administrator/connect/StripeAccountsCount.get(req) | - | |
/api/user/connect/AdditionalOwner.get(req) | ownerid= | |
/api/user/connect/AdditionalOwners.get(req) | stripeid= | |
/api/user/connect/AdditionalOwnersCount.get(req) | stripeid= | |
/api/user/connect/CountrySpec.get(req) | country= | |
/api/user/connect/CountrySpecs.get(req) | - | |
/api/user/connect/CreateAdditionalOwner.post(req) | stripeid= | |
/api/user/connect/CreateStripeAccount.post(req) | accountid= | type=&country= |
/api/user/connect/DeleteAdditionalOwner.delete(req) | ownerid= | |
/api/user/connect/DeleteStripeAccount.delete(req) | stripeid= | |
/api/user/connect/Payout.get(req) | payoutid= | |
/api/user/connect/Payouts.get(req) | accountid= | |
/api/user/connect/PayoutsCount.get(req) | accountid= | |
/api/user/connect/ResubmitRequiredInformation.patch(req) | stripeid= | |
/api/user/connect/ReuploadIdentity-document.patch(req) | stripeid= | |
/api/user/connect/ReuploadOwnerIdentity-document.patch(req) | stripeid= | |
/api/user/connect/SetAdditionalOwnersSubmitted.patch(req) | stripeid= | |
/api/user/connect/SetCompanyRegistrationSubmitted.patch(req) | stripeid= | |
/api/user/connect/SetIndividualRegistrationSubmitted.patch(req) | stripeid= | |
/api/user/connect/StripeAccount.get(req) | stripeid= | |
/api/user/connect/StripeAccountPayouts.get(req) | stripeid= | |
/api/user/connect/StripeAccountPayoutsCount.get(req) | stripeid= | |
/api/user/connect/StripeAccounts.get(req) | - | |
/api/user/connect/StripeAccountsCount.get(req) | - | |
/api/user/connect/UpdateAdditionalOwner.patch(req) | ownerid= | Identity & address |
/api/user/connect/UpdateCompanyRegistration.patch(req) | stripeid= | Country-specific identity & address |
/api/user/connect/UpdateIndividualRegistration.patch(req) | stripeid= | Country-specific identity & address |
/api/user/connect/UpdatePaymentInformation.patch(req) | stripeid= | Country-specific banking fields |
Dashboard is a NodeJS project that provides a reusable account management system for web applications.
Dashboard proxies your application server to create a single website where pages like signing in or changing your password are provided by Dashboard. Your application server can be anything you want, and use Dashboard's API to access data as required.
Using modules you can expand Dashboard to include organizations, subscriptions powered by Stripe, or a Stripe Connect platform.
Application servers written for Dashboard can be published on websites running our app store software like UserAppStore.
This is free and unencumbered software released into the public domain. The MIT License is provided for countries that have not established a public domain.
FAQs
[Dashboard](https://github.com/userappstore/dashboard) is a NodeJS project that provides a reusable account management system for web applications. This module adds a complete user and administrator `Private API` and `Web UI` for a [Stripe Connect](https
The npm package @userappstore/stripe-connect receives a total of 0 weekly downloads. As such, @userappstore/stripe-connect popularity was classified as not popular.
We found that @userappstore/stripe-connect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.