payment

PHP Paypal Auth/Capture NVP Integration Troubles

点点圈 提交于 2019-12-03 01:39:51
Background: We implemented Paypal Authorization and Capture flow using NVP integration and php-curl. The complete process is described on the PayPal developer website : https://developer.paypal.com/webapps/developer/docs/classic/express-checkout/ht_ec-singleAuthPayment-curl-etc/ On our website, the current payment scenario is : - First, an user click on a button to initiate a payment authorization, redirecting him on the PayPal website (SetExpressCheckout with paymentaction=Authorization) - If the user succesfully confirmed the payment on the PayPal website, he is redirected to our website on

Possible payment status values

别等时光非礼了梦想. 提交于 2019-12-03 00:49:59
问题 I am working on a website to sell PDF's online, where user can get the download link by email after paying through paypal. What could be the possible paypal payment status values for the above scenario? I can only think of Complete & InComplete . Does using Processing make sense here? 回答1: Before developing, you should make yourself familiar with PayPal IPN and PDT concept. Read the documentation of IPN and PDT Variables. Here is the payment status possibilities from that document page:

Recurring billing with Rails and ActiveMerchant: Best practices, pitfalls, gotchas?

一笑奈何 提交于 2019-12-03 00:29:03
问题 We are prepping for the release of a large web application that has been in development for the past year. We are about to start the process of integrating ActiveMerchant to handle recurring subscription fees for the service. I am looking for any advice regarding best practices considering our requirements (listed below) and any additional heads-up for common pitfalls or specific issues I should be giving special consideration. The payment gateway we will be using is PaymentExpress as it's

Why in Braintree paypal button is not visible using drop-in form in production(live) account api credentials

天涯浪子 提交于 2019-12-02 21:49:32
问题 When i'm using sandbox account for drop-in form of braintree then card fields and paypal button is visible. But on production account API credentials then paypal button is not visible. 回答1: Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support. My suspicion is that your production account is not configured to accept PayPal, which will prevent the button from even showing up in the Drop-in. Ensure that you have configured and verified a PayPal

Firebase payment gateways?

邮差的信 提交于 2019-12-02 19:27:45
I'm currently evaluating whether Firebase will be suitable for an app I am making. The only potential sticking point I have found is taking payments - what are the options currently available? Kato Firebase is a real-time data store, focused on lightning-fast, scalable solutions for sharing data between hundreds to millions of clients simultaneously. It does not offer any payment processing solutions internally. A third party service like Stripe will integrate quite easily with Firebase, and tools like Zapier can help with pushing data from Stripe back into Firebase upon completion of

Can I use JS encryption instead of SSL for credit card payments?

久未见 提交于 2019-12-02 18:55:55
I have an HTML form where people can make payments on my sites. Instead of using SSL, I'm wondering whether I could use a JS lib that would encrypt the credit card information and send it to the server in clear text but encrypted, than the server would decrypt it. I found several libs that do that, they basically ask for a key pair from the server, encrypt it and send it to the server encrypted. Those are the ones I found: http://www.jcryption.org/ http://www.hanewin.net/encrypt/ http://www.vincentcheung.ca/jsencryption/ Is that secure enough for credit card payments? I know the session is not

Storing partial credit card numbers

て烟熏妆下的殇ゞ 提交于 2019-12-02 15:55:24
Possible Duplicates: Best practices for taking and storing credit card information with PHP Storing credit card details Storing Credit Card Information I need to store credit card numbers within an e-commerce site. I don't intend on storing the whole credit card number, as this would be highly risky. I would like to store at least the first five digits so I can later identify the financial institution that issued the card. Ideally, I would like to store as much of the credit number as I safely can, to aid any future cross-referencing etc. How many digits, and which particular digits, can I

Recurring billing with Rails and ActiveMerchant: Best practices, pitfalls, gotchas?

偶尔善良 提交于 2019-12-02 14:03:31
We are prepping for the release of a large web application that has been in development for the past year. We are about to start the process of integrating ActiveMerchant to handle recurring subscription fees for the service. I am looking for any advice regarding best practices considering our requirements (listed below) and any additional heads-up for common pitfalls or specific issues I should be giving special consideration. The payment gateway we will be using is PaymentExpress as it's one of the few supported gateways that has recurring billing and doesn't have any special conditions for

Credit card expiration dates - Inclusive or exclusive?

半城伤御伤魂 提交于 2019-12-02 14:02:21
Say you've got a credit card number with an expiration date of 05/08 - i.e. May 2008. Does that mean the card expires on the morning of the 1st of May 2008, or the night of the 31st of May 2008? It took me a couple of minutes to find a site that I could source for this. The card is valid until the last day of the month indicated, after the last [sic] 1 day of the next month; the card cannot be used to make a purchase if the merchant attempts to obtain an authorization. - Source Also, while looking this up, I found an interesting article on Microsoft's website using an example like this, exec

Paypal Payment Standard default enter card details

懵懂的女人 提交于 2019-12-02 11:38:55
问题 I'm sure this topic was here already but I just got off the phone with Paypal trying to find out if there is a setting on their accounts that would enable customers to see the "enter card details area" and not automatically (default set) direct you to log in/register to your paypal account. Paypal says there isn't a setting that would do that on their side but moo.com does just that when you checkout even if you are logged into paypal after their site transfers you to paypal site for payment