Questions tagged [stripe]
The stripe tag has no summary.
57 questions
0 votes
1 answer
16 views
sales_order_place_after event called before stripe redirect to website
I am using stripe for payment and all working fine if stripe payment done on website itself but if stripe is used for redirect to website for payment then the observer is not working as expected. ...
1 vote
2 answers
159 views
Magento 2 + Stripe Payments (Official Module): Duplicate transaction for a successful Magento order placement
I'm using the official stripe/stripe-payments module in a Magento 2 store (GraphQL frontend integration). Stripe 3D Secure payments are working correctly on the frontend but Magento's placeOrder ...
0 votes
1 answer
76 views
finding this issue Call to a member function renderAmount() on false in
finding this issue Call to a member function renderAmount() on false in /var/www/html/fccstgdec/vendor/magento/module-catalog/Block/Product/View/Options/AbstractOptions.php:206 currently we are ...
0 votes
0 answers
37 views
Put Apple Pay method inside the payment list
I need to move the stripe_payments_apple_pay inside the available paiment methods list. Can someone help me ? Here the xml code inside the checkout_index_index.xml : <?xml version="1.0"?&...
0 votes
1 answer
56 views
Magento2 4.7 - stripe 4.2.0 After stripe upgrade system getting time out error
When I upgrade stripe to latest version 4.2.0 in Magento 2.4.7 , after deployment getting time out error in staging and production environment. Using MAgento2 Stripe Module .
0 votes
0 answers
96 views
Stripe payment button not loaded when enable the bundling, merge_files for js
After enabling the merge_files and js_bundling options in Magento, the Stripe Express Checkout button no longer appears. Additionally, the debugger is not being triggered, and the ...
0 votes
1 answer
88 views
Magento2 stripe module lastest version made the cart total to zero composer require "stripe/module-payments:3.5.5" "stripe/stripe-payments:3.5.0"
When i upgrade the Magento2 stripe version to 4.0.9, the cart page and checkout page grand total become zero. composer require "stripe/module-payments:4.0.9" "stripe/stripe-payments:4.0....
1 vote
1 answer
832 views
Unable to install stripe in Magento 2.4.6
Using Magento 2.4.6 with PHP 8.2 When running composer require stripe/stripe-payments I have no problem. However when I run sudo bin/magento setup:upgrade I get unable to apply data patch ...
1 vote
0 answers
43 views
how to fix My Payment Methods loader issue in magento 2?
how to loader size customize in magento 2?
0 votes
1 answer
264 views
Error 1062 (23000 at line 13192: Duplicate entry ‘default-0-payment/stripe_payments/payment_flow’ for key ‘CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH'
To migrate Magento2 site to other server, I dump my db and import the db on the new server. But I get this error. Error 1062 (23000 at line 13192: Duplicate entry ‘default-0-payment/stripe_payments/...
0 votes
3 answers
319 views
Magento 2.4.x: Get stripe payment status on admin grid
Is there a way to get the stripe payment status on custom sales order grid column?
0 votes
2 answers
386 views
Add a credit card logo next to Pay By Card in Payment page
With template hints ran on older Magento version, I could locate file StripeIntegration_Payments\web\template\payment\form.html that was rendering Pay By Card radio input in the payment page. I tried ...
0 votes
2 answers
1k views
Stripe web hooks could not be configured automatically
Even after running the command shown in the message below that admin page shows, it didn't disappear. Please suggest what else can I try?
1 vote
1 answer
474 views
Magento2: How to check it a card was declined?(Stripe)
Is there a way to check and stop order being placed if the card is declined/not authorized?
1 vote
0 answers
298 views
Help for the installation of "stripe-php" library manually for stripe extension?
Can anyone help me please? I have installed Stripe module but not showing at the frontend.