diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index f1ea69dbbd..fe31531b22 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -514,6 +514,7 @@ class StripeCC(StripeMethod): 'hash': hashlib.sha1(order.secret.lower().encode()).hexdigest(), }) }, + **self.api_kwargs ) if source.status == "pending": order.payment_info = str(source)