@@ -48,6 +48,7 @@ class PaymentService: ) payment_data = { 'amount': {'value': f'{plan.price}', 'currency': 'RUB'}, + 'payment_method_data': {'type': 'bank_card'}, 'receipt': receipt_data, 'confirmation': { 'type': 'redirect',