payment-gateway

Verify CVC code before creating charge

∥☆過路亽.° 提交于 2019-12-10 18:28:00
问题 I'm trying to check the user entered cvc code. I have stored stripe customer_id and the stripe card_id. I want to verify the CVC code before charging the user. Below are code for creating charge. charge = Stripe::Charge.create( :amount => 1000, :currency => "usd", :customer => "cus_3sAc**************", :card => "card_18m*********************", :description => "Testing multiple card payment", :capture => false # default true, :cvc => 125 ) But cvc parameter is invalid here. If I remove the cvc

org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component type of array

独自空忆成欢 提交于 2019-12-10 15:37:46
问题 I'm developing AuthSample example using chase-paymentech Java SDK named as 'PaymentechSDK.jar' version 7.4.0 . When I tried to execute the sample code I faced the following error. I dont understand whats the issue. Could anyone can guide me ? FYI - https://docs.oracle.com/cd/E69185_01/cwdirect/pdf/180/cwdirect_user_reference/SO04_16.htm org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component type of array

Auth.net Issue on capture

梦想的初衷 提交于 2019-12-10 12:28:09
问题 My function to capture the transaction on auth.net is public function capture(Varien_Object $payment, $amount){ if(!$this->isEnabled()){ return parent::capture($payment, $amount); }else{ $captureCase = $_POST['invoice']['capture_case']; if(isset($captureCase) && $captureCase == "online"){ if($capOrderid = $payment->getOrder()->getIncrementId()){ $capOrder = $payment->getOrder(); $capPayment = $payment; $capAmount = $amount; $capTransID = $capPayment->getLastTransId(); $ccProfile = $this-

Magento 2 - No redirect to external payment provder

无人久伴 提交于 2019-12-10 11:39:55
问题 Today I started working on a payment module for Magento 2. After a lot of try and errors I now have a payment module that can be configured and has restrictions. Now, the next step would be to start a transaction request after placing the order. Within Magento 1 I would use getOrderPlaceRedirectUrl() to return an url where the consumer would be redirected to. When I try this with Magento 2 then the function is called but no redirect is done to the return url. Does anyone know if this has

Payment info using paypal

天大地大妈咪最大 提交于 2019-12-10 10:48:03
问题 I have Integrated Paypal using php. I know there is return url ,that means when payment is received it will return to the url for our website. My Question is if payment is received and due to internet problem it does not return to our web page, how do I know that payment is received from a particular user? 回答1: If there is a network issue and PayPal cannot issue the IPN message, then according to their documentation, they will retry 15 times up to 4 days. The IPN message service does not

Change order status just after payment in WooCommerce [duplicate]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-10 02:23:32
问题 This question already has answers here : WooCommerce: Auto complete paid orders (3 answers) Closed 8 months ago . I need to change automatically an order status for completed after receiving payment, but only if the order status is "processing". I found that snippet, what makes orders status completed in every case, but my payments plugins after successful payment changes returns data and changes the order status for "processing". I would like to change it into "completed" after success and

How do i enable a third party payment gateway (not supported today by Shopify)

淺唱寂寞╮ 提交于 2019-12-09 18:47:49
问题 In india, Shopify supports the following payment gateways: Citrus Payment Direc Pay PayU India PayU Paisa But we have an existing merchant account with Axis Bank. I have no idea where to configure my Axis Bank Payment Gateway with Shopify. So the question is: How do i configure my Axis Bank Payment Gateway with Shopify? Is it even possible to add other payment gateways, which asre not yet supported (not listed in their store admin panel) by Shopify? 回答1: You can write a connector for that

Payment Gateway for Java [closed]

怎甘沉沦 提交于 2019-12-09 13:58:03
问题 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 4 years ago . How to create Payment Gateway using java? Detailed Description for payment gateway in java (It will helpful for me). I want to integrate with my application. 回答1: You don't want (and can't) implement a payment gateway. At least not by asking a question "how to create a payment

payment gateway for IOS and android [closed]

霸气de小男生 提交于 2019-12-09 07:54:01
问题 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 . I am developing an app in which users have to pay via app(android/ios) in Australian restaurants. There are two optioins to pay via PayPal or via credit/debit/atm card. Is there any payment api which gives both options to pay, means user can pay via paypal account or via any bank card(eg. credit card, debit card