payment

Magento Payment workflow and event order paid

为君一笑 提交于 2019-12-06 06:14:28
问题 For one of my Magento module I need to catch the event “any order is defined as paid”. So I found that the associated event is sales_order_payment_pay. Ok seems to fit perfectly with my needs. I’m a Magento dev, not a merchant and, for the moment, I’ve never put a Magento instance online and in production. So the payment workflow is quite dark to me. I used to select “Check/Money Order” as payment method during my tests. The problem is : I need to catch this event (sales_order_payment_pay)

Android Market subscription payment model. How to?

空扰寡人 提交于 2019-12-06 05:36:09
I would like to have two apps. One to do the real job and another one to carry the payment on a monthly basis (licensing app). Users must download the licensing app each month from Market. But, should they have to uninstall the last month's app before that? Can an app auto destroy itself (uninstall itself)? Check out the new in-app billing functionality, you may be able to use it to bill time/subscription renewals. You have three options. Option 1 - Your solution, where the user must install a new payed app every month (code on how to uninstall an app follows). Option 2 - Make a server

How can I skip the PayPal payment confirmation page altogether?

﹥>﹥吖頭↗ 提交于 2019-12-06 05:22:30
My clients website is using the PayPal UK Website Payments Pro Hosted Solution. When a customer is directed to PayPal to make their payment they are given two options, "Pay with my PayPal account" OR "Pay with my debit or credit card". If the customer chooses to use their paypal account they log in and make their payments and are taken to a Paypal payment confirmation page that states "Thanks for your order. You are now going back to ..." this page hovers for about 5-10 seconds and then redirects the customer back to the website where the order is confirmed and emails sent etc. My problem is

Payments in WP8 app

孤者浪人 提交于 2019-12-06 03:01:36
I am currently making a windows phone 8 silverlight app. In the app we would like to allow the user to pay through paypal or another way of paying. I also looked up the in app payments from the dev center, but did not manage to see a payment with variable values there. Any help on what to use or examples about how to do this would be greatly appreciated. Update: according to the policy of the windows phone store you are not alowed to use paypal for example and can nly use Windows Phone in app payments. This example from visualstudiomagazine should work: http://visualstudiomagazine.com/articles

Recurring Payments in PayPal

僤鯓⒐⒋嵵緔 提交于 2019-12-06 02:12:00
问题 I am trying to use the Recurring payment API offered by PayPal. I have a scenario which I am not able to address directly. It goes like this. We have a website where we sell some services. Now the services are charged per user license. A user can buy/cancel user license in between. We want to offer the customer a recurring billing option. We have to notice here that the amount may vary each billing cycle based on the number of user licenses the customer uses during that cycle. Is there any

Security.dll Issue with .NET project

柔情痞子 提交于 2019-12-06 02:06:58
We have started getting the following error on some of our payment applications: Unexpected Error from method PurchasePermitObject: MakePayment The underlying connection was closed: An unexpected error occurred on a receive.Unable to find an entry point named 'EnumerateSecurityPackagesW' in DLL 'security.dll'. The error happens sporadically with no rhyme or reason. On researching this issue I have discovered there is an issue with using a dll named security.dll https://connect.microsoft.com/VisualStudio/feedback/details/104453/existence-of-a-dll-named-security-dll-in-bin-directory-causes-web

express checkout for recurring payments does not work for german payers

大兔子大兔子 提交于 2019-12-06 01:59:52
问题 I am currently developping a PayPal payment transaction with ExpressCheckout and RecurringPayments. Testing the software I get the following message after the ( german ) buyer logged in at paypal for confirming the payment: "Zurzeit können wir Ihre Anfrage leider nicht verarbeiten. Kehren Sie zu facilitator account's Test Store zurück und wählen sie eine andere Option aus." wich means "We cannot procceed the request. Please got back to the store an chose another option". A little bit googling

Paypal Advanced Payment and PayFlow Link with Reccuring Payments

笑着哭i 提交于 2019-12-05 21:55:34
We want to implement Paypal in our application. This is what we need: reccuring payments, trial period, coupon codes, payment without leave our page, We found that we can use for it Paypal Advanced Payment and PayFlow Link (Gateway Developer Guide and Reference), but on 30 site of this document link only to PayFlow Pro. We found information that difference beetwen Pro and Link version in only that we can do modification to template view on page templetes. Can we use reccuring payments with Paypal Advanced Payment and PayFlow Link? If yes? How? Links to developers guides would be usefull, Which

Recurring payments with arbitrary amounts and at arbitrary times?

随声附和 提交于 2019-12-05 19:24:04
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 further authorisation. This is possible because Hailo (and I believe Uber) have it implemented. However