payment-gateway

Good authorize.net PHP libraries

跟風遠走 提交于 2019-12-09 06:02:45
问题 I'm working on a PHP project and am looking for a good authorize.net gateway. I want something with mature code that's tested. The goal is to avoid writing and testing the entire thing myself based on the authorize.net api docs. Does anyone know of any good PHP libraries for this? I've search Google to no avail. 回答1: Authorize.net provides its own SDK for PHP and other languages. There is probably no need to look elsewhere. 回答2: You're in luck. This is what I use (for the SIM gateway):

integration oGone Payment service with Java

别来无恙 提交于 2019-12-08 17:34:26
I have to integrate "oGone Payment service" with Java. For example, User need to buy some items through "oGone Payment service" ( like PayPal). How to pass all my parameters to "oGone Payment service".If anybody could throw some torch on this, it will be helpful Thanks just follow the ogone documentation. If you want to use direct link I suggest to use the spring RestTemplate. <!-- rest template --> <bean class="org.springframework.web.client.RestTemplate" id="restTemplate"> <property name="messageConverters"> <list> <ref bean="formMessageConverter" /> <ref bean="stringMessageConverter" /> <

Payment gateway possible issues

蓝咒 提交于 2019-12-08 10:06:34
问题 I have implemented 2 payment gateways in my app (paypal and datatrans). In both gateways payment happens on gateway site i.e. user is redirected to payment gateway site where he pays and then redirected back to our site. I have identified some scenarios where there is some issue in entire payment flow. E.g. lost internet connection after payment and so order is not placed but money got debited from user's account PayPal sent response but application got exception and so user did not get

integration oGone Payment service with Java

霸气de小男生 提交于 2019-12-08 08:03:33
问题 I have to integrate "oGone Payment service" with Java. For example, User need to buy some items through "oGone Payment service" ( like PayPal). How to pass all my parameters to "oGone Payment service".If anybody could throw some torch on this, it will be helpful Thanks 回答1: just follow the ogone documentation. If you want to use direct link I suggest to use the spring RestTemplate. <!-- rest template --> <bean class="org.springframework.web.client.RestTemplate" id="restTemplate"> <property

Adding Own amount on payment button

房东的猫 提交于 2019-12-08 06:31:55
问题 Does anyone know how I could go about inserting a custom amount in a payment button. The vender (Payfast) does not allow just a payment link where a customer can enter their own amount, the amount has to be specified in the link. Here is the link: <a href=”https://www.payfast.co.za/eng/process?cmd=_paynow&receiver=support%40payfast.co.za&?item_name=Black+Eye+Boxing+Gloves&amount=129.99″> The amount of 129.99 I want to have replaced with the amount a customer enters into a field before

paypal mobile express redirects to web instead of mobile

陌路散爱 提交于 2019-12-08 06:05:37
问题 my app supports paypal payment and I use mobile express payout and now I see that it force loads to web even when I mention "_express-checkout-mobile" https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout-mobile&useraction=commit&token=EC- * ** * *** 回答1: PayPal uses browser detection to decide whether to show the mobile flow or the desktop flow. If you're using a webview inside of an app, you need to be sure that the webview is sending a User-Agent header in the HTTP request

Paypal Sandbox is not working for Non-US developers using Paypal iOS SDK

*爱你&永不变心* 提交于 2019-12-08 03:10:20
问题 In my iOS app , I have integrated the adaptive payment using paypal sdk from https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index After paypal changed their site , I am not able to perform transaction using above library. Here is my code -(void)processSplitPaymentWithFacebuyAdminPayPalId:(NSString*)adminId sellerPayPalId:(NSString*)sellerId withAdminPercentage:(NSNumber*)adminPercentage forTotalAmount:(NSNumber*)totalAmount andShippingCharges:(NSNumber*)shippingCharges {

WooCommerce order status change from payment gateway

送分小仙女□ 提交于 2019-12-08 01:50:46
问题 I have integrated a payment gateway to accept online payments for my store running on woocommerce. Everything works fine but I noticed that woocommerce is changing the order status to wc-processing for all the online paid orders by default. As per my store's functionality I want all the online paid orders to be in wc-on-hold status initially. Is there any way to stop woocommerce changing the order status to wc-processing programatically? 回答1: yes there is a way, but you need to modify the

How to make my site PCI compliant

半腔热情 提交于 2019-12-07 13:24:24
问题 Assuming I decide to use payment gateway and not to use their hosted page, but rather provide my own credit card details form, and then send data to their backend via xml as explained on this page. Then: do I need to worry about PCI compliance? If so what steps (PCI website) should be sorted out by me, my hosting company or payment gateway people I was told as long as my form is on SSL my site would be automatically compliant. Is that right? Thanks for any help 回答1: 1) If you're handling

Recurring payments with arbitrary amounts and at arbitrary times?

萝らか妹 提交于 2019-12-07 12:19:25
问题 We'd like to find a payment provider that lets us do something similar to Hailo, ie: Users sign up and give us their credit card details/authorise us to charge their account. They only need to do this once . In Hailo's case, users might take a cab journey at any time and be billed any amount (within reason). In our case, users might need a job done at any time, again with an invoice for an arbitrary amount. So ideally we'd be able to charge users accounts at any time, for any amount, without