payment

PayPal PreApproved Payments

自古美人都是妖i 提交于 2019-11-29 02:33:16
问题 I am using PayPal PreApproved payments for my crowd funding website, where project backers are only charged if the project is successfully backed. I am worried that high rate of payments will fail when the PayPal API tries to collect the funds when a project is successful: a backer might not have any funds in their PayPal account a backer might close their account once the project is successful (to intentionally stop payment) a backer might remove/cancel their preapproved payment etc... There

Canadian website payment processor recommendations? [closed]

别来无恙 提交于 2019-11-28 20:23:20
问题 This question has been asked before (link) but I have slightly different requirements. First, I'm in Canada so that rules out Google Checkout and probably a few others. I just need a basic service that provides "Buy Now" functionality, no shopping carts or anything like that. The site isn't super high volume, so I'd like to avoid any site with crazy monthly fees. I also need the ability to setup "discount codes" (or whatever you want to call them) for special promotions. The site must also

Android Pay - Testing from outside US

一世执手 提交于 2019-11-28 19:53:13
So I need to integrate Android Pay into an application I'm working on. This option within the app will be for US users only however I am in the UK and am having great difficulty trying to test my implementation. I'm using a sandbox Stripe account atm as the payment processor. Once I press the "Pay with Android Pay" button I get a popup "To make purchases using Android Pay, please set up your cards in the Android Pay app". Now the Android Pay app isn't available outside the US so I've sideloaded it, however once I try to add a card it crashes. After a quick Google it seems like this crash is

how paypal, authorize.net and many other payment gateway service get access to visa card processing regardless of bank?

拈花ヽ惹草 提交于 2019-11-28 17:16:32
问题 We know there are so many payment gateway service providers namely paypal, moneybrookers, authorize.net and many national and international payment gateway providers. Now, my question is what are the steps to develop our own payment gateway service to process any visa and mastercard regardless of any bank of the world. From which organization should i need to take authority to develop my own payment gateway service. What are the api and protocols provided by www.visa.com and www.mastercard

Stripe Payment: Save token and customer and make payment later from token

瘦欲@ 提交于 2019-11-28 16:32:08
Is it possible in stripe payment, First we will validate credit card using stripe, then we generate token and create customers. we will save token instead of credit card information in database and later we will make payments from customers on basis of token or customer instead of credit card information. In javscript file how do we handle stripeResponseHandler and function stripeResponseHandler(status, response) ? because we have already generate token using Stripe.createToken({ number: cardNumber, cvc: cardCVC, exp_month: $('#expiration-month').val(), exp_year: $('#expiration-year').val() },

IPN vs PDT in Paypal

余生长醉 提交于 2019-11-28 15:04:15
I'm having some trouble choosing between PayPal's Instant Payment Notification (IPN) and Payment Data Transfer (PDT). Basically, users buy a one-off product on my site, pay on PayPal, and return to my site. I understand how IPN works but I'm now seeing that I might be able to trigger the various actions that take place after a successful purchase more easily with PDT, as the data gets returned there and then (as opposed to needing a separate listener). However, PayPal's PDT documentation contains this cryptic line: "PDT is not meant to be used with credit card or Express Checkout transactions.

issue with get processing options

孤街醉人 提交于 2019-11-28 12:48:31
I have selected application ( A0000000032010 ) on Visa contactless card and when I issue GPO command: "80A8000002830000" I get error: 67 00 Does anyone have idea what can be causing this? Michael Roland You receive that error code because you are sending an invalid GET PROCESSING OPTIONS command. In response to the application selection, you received the following PDOL: 9F38 0E (Processing Options Data Object List (PDOL)) 9F6604 (Terminal Transaction Qualifiers (TTQ)) 9F0206 (Amount, Authorized (Numeric)) 9F3704 (Unpredictable Number) 5F2A02 (Transaction Currency Code) 9A03 (Transaction Date)

Online payments for a middleman

懵懂的女人 提交于 2019-11-28 12:12:51
I'm new to online payments and would like some opinions on my task. Here is the scenario: I have a website where people buy and sell digital photos. A seller has a photo and wants to sell it. They create an ad on the site and upload the photo into the website database. Buyers looking for photos come to the site and buy them. The buyer pays the asking amount and then can download the photo. As the middleman, I'd like to charge the seller a fee or percentage of the selling price. The buyer shouldn't pay any website fees, just the selling price. My question is - what is the best way to do this? I

How tell the difference between a Debit Card and a Credit Card

喜夏-厌秋 提交于 2019-11-28 06:32:38
How does one determine that the card a person is entering is a debit card, check card, or credit card? I am looking at this for web payments in the US only. This is for utility billing. Davy Landman I'm thinking you are getting confused that when you swipe the card in a store the machine knows which kind of card you've got. Although with my Dutch debit card I always got the option to choose.. But I'm guessing the magnetic strip stores more than just the number, and the card readers use that to determine your type of card. You'll just have to join the other applications/sites and ask the user :

API For Direct Deposit (ACH, EFT, Whatever) [closed]

℡╲_俬逩灬. 提交于 2019-11-28 03:23:15
I'm looking for a way to automate a transfer from one bank account to another, without the end user having to login to something like paypal or amazon payments to complete the process (by transferring their on-line balance to their bank account). I've looked around online a bit, and found some vendors that seem to be able to do that, but API documentation doesn't make me feel sure about it. Can anyone recommend a service they've used to do something like this? Obviously I'm looking for a web based API. The complete process is a middleman site that collects payments (that's the easy part), then