Skip to content

stripe

Auto Added by WPeMatico

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 mutation fails, even though the payment is shown as successful in the Stripe… Read More »Magento 2 + Stripe Payments (Official Module): Duplicate transaction for a successful Magento order placement

Magento 2 + Stripe Payments (Official Module): Order Placement Fails After Successful 3DS Payment

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 mutation fails, even though the payment is shown as successful in the Stripe… Read More »Magento 2 + Stripe Payments (Official Module): Order Placement Fails After Successful 3DS Payment

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 using Magento version 2.4.7 and Mageplaza One Step checkout version 4.3.3 and Stripe payment gatway version 4.3.1 Please review all conditions and suggest for… Read More »finding this issue Call to a member function renderAmount() on false in

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″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”checkout.root”> <arguments> <argument name=”jsLayout” xsi:type=”array”> <item name=”components” xsi:type=”array”>… Read More »Put Apple Pay method inside the payment list

“Cannot place order because a payment method was not provided” when using Stripe to programmatically place an order

I recently upgraded Magento from 2.3.4 to 2.4.6 and as a result updated stripe/stripe-payments from 2.9.5 to 3.4.0. Previously I was able to set up a quote to place an order programmatically as follows: const PAYMENT_METHOD = ‘stripe_payments’; //… $quote… Read More »“Cannot place order because a payment method was not provided” when using Stripe to programmatically place an order