Skip to content

Commit dd4e4bc

Browse files
authored
Merge pull request #3 from johnconstant99-dev/copilot/set-stripe-api-key
Add Stripe Balance API integration
1 parent c9556a5 commit dd4e4bc

11 files changed

Lines changed: 2136 additions & 1 deletion

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ PLAID_CLIENT_ID=693c9227bce2ad001d7edc38
66
PLAID_SECRET=379b8044f94339623d98a0b123d709
77
PLAID_ENV=production
88

9+
# Stripe
10+
STRIPE_SECRET_KEY=your_stripe_secret_key_here
11+
STRIPE_CONTEXT=your_stripe_context_here
12+
913
# Database
1014
DATABASE_URL=postgresql://user:password@localhost:5432/telegram_plaid
1115

0 commit comments

Comments
 (0)