Skip to content

stripe

Auto Added by WPeMatico

Magento2.4.4 Place order using stripe payment method through REST API

From stripe sdk I am able to create payment id successfully but when call api to create order in magento2 then getting authentication error. I am calling below API http://localhost/xxx/rest/default/V1/carts/mine/payment-information with below body { “paymentMethod”: { “method”: “stripe_payments”, “additional_data”: {… Read More »Magento2.4.4 Place order using stripe payment method through REST API

Stripe Warning Webhook

Can anyone know about this warning : how can I remove this warning? I have already execute webhook:configure command and add webhook at stripe manually also and this is multiwebsite please help me about this