Questions tagged [payment-methods]
Denotes questions about payment methods
1,140 questions
0 votes
1 answer
46 views
Lost Access to Custom Payment Gateway Account in Magento Admin – Need Help Regaining Access
We developed a custom payment gateway integration for Magento, but we've lost access to the connected account within the Magento Admin. We’re now unable to manage or update the plugin. We’ve tried ...
0 votes
0 answers
106 views
Adobe Payment Solution vs. Braintree for Magento 2.4.7
Just upgraded to Magento 2.4.7 and noticed a new payment feature "Adobe Payment Solution" This was not a feature in my previous 2.3.5 version and not familiar with this. I am currently setup ...
0 votes
2 answers
85 views
Suddenly Credit/Debit Card Secure Payment Appears at the checkout
On My site Magento this start appears Any quick solution
0 votes
1 answer
45 views
Magento 2.4 only "Refund Offline" on credit memo using custom payment method
I've created a module to integrate clover payments via fiserv api, and everything works except the refund on credit memo, it only shows me the "Refund Offline" button, but the payment was ...
0 votes
0 answers
144 views
Using Paypal/Fastlane payment method in Magento
we want to use the Fastlane payment method on our Magento site. We installed the 'paypal/fastlane' module via Composer and enabled the Fastlane payment method from the admin panel. However, on the ...
0 votes
0 answers
35 views
magento 2.4 canUseCheckout not working anymore
A while ago I successfully hid the checkmo payment method from frontend only by setting the variable canUseCheckout to false via preference: -- V/M/etc/di.xml <preference for="Magento\...
0 votes
0 answers
151 views
Payment method not showing in checkout Magento 2.4.6
I have some problem with payment method in the checkout. If I add a payment method in the backend, the front end not showing what I add. Its always shwoing “Credit/Debit Card Secure Payment” It doesn'...
1 vote
0 answers
114 views
In my magento 2.4.7 project, on the checkout page after selecting the payment method, the place order button is disabled
In my magento 2.4.7 project, on the checkout page (I use swissup firecheckout) after selecting the payment method, the place order button is disabled and I cannot place the order. Can anyone help me ...
0 votes
1 answer
422 views
How to add Gpay,apple pay button in every product details page and checkout page using paypal braintree?
I have the Braintree option enabled for payments, and I can see the Apple Pay and Google Pay buttons available. How do I enable these buttons on the following pages: Product details page Mini cart ...
0 votes
0 answers
60 views
Paypal Card Payment method
I know there are some Paypal Payment methods in Magento 2 that allows the customer to pay the payment by using card on the checkout without leaving the site or redirecting to the other page or paypal ...
0 votes
1 answer
116 views
Exception #0 (Exception): Warning: Undefined array key $result['is_successful']
Undefined array key is successful' in /vendor/magento/module-payment-services-paypal/Model/Sdk Service.php on line 122 in magento 2
0 votes
1 answer
49 views
Magento 1: My Custom Payment Module is not showing on Checkout Page
I am using Magento 1.9.4.5 I am developing a Custom Payment Gateway. Its showing up on Admin Configuration Page. But not showing at all in Multishipping Page and Admin Order Creation Page. I am ...
1 vote
0 answers
141 views
PayPal NVP CURL connection error #28: Connection timed out after 60001 milliseconds
I configured the Paypal payment method in magento 2.4.6, but when I checkout I get a timed out error, the credentials and the installation are fine. I already tried upgrading the curl version but it ...
0 votes
1 answer
29 views
Magento 2 : Integrate Javascript based Payment Gateway
I have a requirement for payment gateway integration. The payment gateway is completely built with javascript (example : Izipay [https://developers.izipay.pe/web-core/]). So how can I integrate such ...
0 votes
1 answer
176 views
How can I remove all payment methods from orders created in the Magento admin panel?
In Magento2 / Adobe commerce, create order through admin panel, select the payment method mandatory create the order, I want to remove the payement method from create order from admin case only in ...