Questions tagged [payment-method]

144 questions
0
votes
2 answers

Disable the payment options on klarna payment page

i want to show only specific payment option on klarna payment page. in my case it show to payment option 1) pay now and 2) pay in 30 days. i want that user should not able select pay now option. enter image description here
0
votes
1 answer

Magento 2 event to extend payment methods functionality

I need help. I am creating a custom payment method for Magento 2. In the plugin, user needs to enter the keys. While saving the config, I want to check if the keys entered by the user are correct or not. If the keys are incorrect, I want to show a…
IamGhale
  • 1,275
  • 2
  • 14
  • 26
0
votes
1 answer

Creating a subscription using bank account number using stripe js in node js

I have created subscription by accespting credit/debit card number, exp month, exp year and cvc from front end angular app and creating Customer Product Product Price Payment Method Subscription In payment method i provide following details: …
0
votes
0 answers

Hide payment method if specific shipping method selected in odoo eCommerce website

I want to hide specific payment method (cash on delivery) if specific shipping method selected before. For example, if I check shipping method A , then in the next step, payment methods I have only one method to check ( other methods disabled or…
0
votes
1 answer

Magento 2 - payment available via API (REST, graphql) but not visible on website

Could somebody tell me if this is possible in Magento 2 - to have payment method I can choose via API (programmatically) but not show (this payment method) on store website?
David
  • 67
  • 9
0
votes
0 answers

How can I change an icon assignment from a payment method

I'm trying to change the icon that appears next to a payment method. To do so I've tracked where the payment gateway plugin is getting the icon from, and I've found out this class with a url assigned to $this->icon: class WC_Gateway_Rapyd_Card…
0
votes
0 answers

payment method for ios version

i am creating an iOS app , its for my shop so i sell products , so when the client will place an order i use methods : pay with bank card ( i got the code from my bank ). my question is : should i add apple pay to can be accepted on apple store ? or…
0
votes
1 answer

Disable Payment Gateway For Specific Shipping Method On Checkout Only

I ran into an issue in WooCommerce and I'm wondering if anyone else has experienced it too. I sell certain products that are too fragile to be shipped by UPS/DHL/FedEx. So I have to ship these products via pallet. To solve my problem I created a…
0
votes
2 answers

How can I catch exception and redirect to my on message in Cartalyst/Stripe Laravel? I want to catch errors in catch block

How can I catch exception and redirect to my on message in Cartalyst/Stripe Laravel. I have Tried to add catch block in below mentioned code I want to catch errors in catch block
0
votes
1 answer

Is there any method for PaymentResponse api to check response of payment?

As we can check the status that either payment api is supported or not. Using window object: window.PaymentRequest Is there any way to check after payment what is status of PaymentResponse using only window object? I don't have access to the code of…
0
votes
1 answer

Developing a Custom WooCommerce Payment Method Plugin

I am development a plugin for custom payment method for WOoCommerce, where in "public function result()" function I want to access/get product id which is bought. Below is my code so far but it is not working; public function result() { …
0
votes
1 answer

Change Woocommerce cart items tax class based on chosen payment method

I have tried to implement code found on this site in a number of answers from a particular user with regard to refreshing the checkout based on a change to the payment gateway selected or to some other field change. However, when the JS is included…
Janna Hartley
  • 25
  • 1
  • 8
0
votes
1 answer

Remove bank account details from Woocommerce new order email based on payment method

I have 2 payment methods, bank transfer and credit card. I'm using my local bank account info plugin to display the bank account details and I need to show this bank account details only if they customer select bank transfer (bacs) and not credit…
Fran
  • 105
  • 2
  • 10
0
votes
1 answer

Opencart session deleting after virtual pos form post

Opencart Version 2.0.3.1. I have created a payment method to get payment from users. Deleting disappear after sending data to the bank. Form data sent to bank is below $okUrl and…
HLLTTR
  • 1
  • 1
0
votes
2 answers

Braintree error in creating new payment method with existing address - Java

I'm using Java Braintree API and I'm having issues when I try to add a new payment method to an existing customer using an existing address. PaymentMethodRequest request = new PaymentMethodRequest() .customerId(someId) …
guess85
  • 3
  • 3