payouts
This commit is contained in:
@@ -48,7 +48,7 @@ class StripeService {
|
||||
static async createConnectedAccount({ email, country = "US" }) {
|
||||
try {
|
||||
const account = await stripe.accounts.create({
|
||||
type: "standard",
|
||||
type: "express",
|
||||
email,
|
||||
country,
|
||||
capabilities: {
|
||||
|
||||
Reference in New Issue
Block a user