File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed
Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 11import "dotenv-flow/config" ;
22
33async function main ( ) {
4- // await createStripeRecipientAccount({
5- // name: "Kiran",
6- // email: "kiran+3@dub.co",
7- // country: "US",
8- // profileType: "individual",
9- // });
10- // const accountLink = await createStripeRecipientAccountLink({
11- // partner: {
12- // id: "pn_xxx",
13- // stripeRecipientId: "acct_1SzB92AionB5Y24O",
14- // },
15- // useCase: "account_onboarding",
16- // });
17- // console.log(accountLink);
18- // const outboundPayment = await createStripeOutboundPayment({
19- // partner: {
20- // stripeRecipientId: "acct_1SzB92AionB5Y24O",
21- // },
22- // amount: 100, // $1
23- // description: "Test payout",
24- // });
25- // console.log(outboundPayment);
4+ //
265}
276
287main ( ) ;
You can’t perform that action at this time.
0 commit comments