payment

Where I can find “subWalletGuid” for Paytm Wallet Transfer API?

流过昼夜 提交于 2020-06-27 18:31:05
问题 I am integrating the Wallet Transfer API of Paytm, which requires "subWalletGuid" parameter. As per documentation "This is available on Paytm dashboard" but I am not able to find that? Can anyone help? 回答1: Paytm is not very clear in their documentation Wallet transfer API is available under Paytm payouts which are only available for enterprise customers for which you need to contact them. Very stupid since a user cannot transfer his own Paytm cash via his wallet. Bank Transfer API or Wallet

Customer pays with Paypal and immediately leaves the website causes him not to get the item

送分小仙女□ 提交于 2020-06-16 19:05:37
问题 I am using paypal with react-paypal-button-v2 to get payments on my website. I was testing a few things on my Sandbox account and realized that if the customer pays, there is a window of about 3 seconds until the success function fires onSuccess={() => { this.props.handlePaymentComplete(); }} The problem is, if the customer pays and quits my website in that 3 seconds window, he will be charged the money but the function will not fire and therefore his information will not be saved to the DB.

How can I make sure the subscription is paid before allowing the user to use my app? [closed]

只谈情不闲聊 提交于 2020-05-17 04:12:52
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 days ago . I am working on an intelligent cloud platform able to analyse data of the users. I am going to use Stripe payments and subscription plan. Everything seems to be working properly, but I have some uncertainty. I wonder how can I check whether the subscription has been paid before

is this braintree testing multi purchase error something I should worry about?

久未见 提交于 2020-02-25 09:50:30
问题 I'm trying to figure out how to test with braintree, and I'm running into what feels like a bandwidth error. response = ::Braintree::Customer.create(payment_method_nonce: Braintree::Test::Nonce::Transactable) token = response.customer.credit_card.first.token #so far so good response = ::Braintree::Transaction.sale(payment_method_token: token, amount: "1.00") #still good response = ::Braintree::Transaction.sale(payment_method_token: token, amount: "1.00") #response is failure # => Braintree:

is this braintree testing multi purchase error something I should worry about?

筅森魡賤 提交于 2020-02-25 09:50:26
问题 I'm trying to figure out how to test with braintree, and I'm running into what feels like a bandwidth error. response = ::Braintree::Customer.create(payment_method_nonce: Braintree::Test::Nonce::Transactable) token = response.customer.credit_card.first.token #so far so good response = ::Braintree::Transaction.sale(payment_method_token: token, amount: "1.00") #still good response = ::Braintree::Transaction.sale(payment_method_token: token, amount: "1.00") #response is failure # => Braintree:

Response object - Payment with Mollie and Omnipay

流过昼夜 提交于 2020-02-24 04:20:13
问题 I'm trying to create a payment with Omnipay and Mollie in my Laravel project. I'm using the following 2 libraries: https://github.com/barryvdh/laravel-omnipay https://github.com/thephpleague/omnipay-mollie I'm doing the following in my code: $gateway = Omnipay\Omnipay::create('Mollie'); $gateway->setApiKey('test_gSDS4xNA96AfNmmdwB3fAA47zS84KN'); $params = [ 'amount' => $ticket_order['order_total'] + $ticket_order['organiser_booking_fee'], 'description' => 'Bestelling voor klant: ' . $request-

Response object - Payment with Mollie and Omnipay

末鹿安然 提交于 2020-02-24 04:20:11
问题 I'm trying to create a payment with Omnipay and Mollie in my Laravel project. I'm using the following 2 libraries: https://github.com/barryvdh/laravel-omnipay https://github.com/thephpleague/omnipay-mollie I'm doing the following in my code: $gateway = Omnipay\Omnipay::create('Mollie'); $gateway->setApiKey('test_gSDS4xNA96AfNmmdwB3fAA47zS84KN'); $params = [ 'amount' => $ticket_order['order_total'] + $ticket_order['organiser_booking_fee'], 'description' => 'Bestelling voor klant: ' . $request-

PHP Payment Library [closed]

ぐ巨炮叔叔 提交于 2020-02-18 13:57:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Is there a simple PHP payment library that can handle multiple payment gateways? I don't mind processing the payment at the payment gateway website rather than on my site and don't want to store CC information in my site, but I want the flexibility choosing the gateway without changing the code (or little change

PHP Payment Library [closed]

馋奶兔 提交于 2020-02-18 13:56:52
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Is there a simple PHP payment library that can handle multiple payment gateways? I don't mind processing the payment at the payment gateway website rather than on my site and don't want to store CC information in my site, but I want the flexibility choosing the gateway without changing the code (or little change

Magento Multiple Authorize.net Gateways

浪尽此生 提交于 2020-02-04 01:27:31
问题 I have a CAD and USD gateway accounts for processing credit card payments, both from a payment provider with support for the Authorize.net API. I've successfully configured one using Magento's built-in Authorize.net support... but how can I configure a second Authorize.net Gateway for use in my store? 回答1: You can reuse the existing authorize.net gateway if you assign separate websites to each currency. They don't need to be actually separate websites with their own domain, just to be