Created
September 2, 2020 13:07
-
-
Save miodeqqq/3c43f10bda16596a78e797a3350284b5 to your computer and use it in GitHub Desktop.
Django & Stripe - charge_customer_card_and_confirm.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stripe.PaymentIntent.capture( | |
payment_intent.id, amount_to_capture=amount | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment