Skip to content

Commit e13567d

Browse files
committed
Update test-stablecoin-payouts.ts
1 parent 13f9c03 commit e13567d

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed
Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
import "dotenv-flow/config";
22

33
async 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

287
main();

0 commit comments

Comments
 (0)