Skip to content

Instantly share code, notes, and snippets.

@miodeqqq
Created September 2, 2020 13:08
Show Gist options
  • Save miodeqqq/953032fec0f0243021672aac9c426927 to your computer and use it in GitHub Desktop.
Save miodeqqq/953032fec0f0243021672aac9c426927 to your computer and use it in GitHub Desktop.
Django & Stripe - decrease_connect_account_balance.py
stripe.Charge.create(
amount=amount,
currency="pln",
source=user2.stripe_id,
description=description
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment