|
Payment gateway How do I make a custom payment gateway?
Started by logoscorp on
, 9 posts
by 3 people.
Answer Snippets (Read the full thread at aspdotnetstorefront):
Payment Gateway Which Payment Gateway you are planning?
vnr
GoPurples.com payment gateway Hello Payment Gateway We have already developed custom payment gateways like securehosting ....
|
|
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.
Started by Goldking on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If this is a different payment gateway vendor, you need to find documentation and a tutorial.
If you mean integrating with an existing payment gateway (such as PayPal's) then you better read is the same for all languages).
|
|
Looking for a payment gateway that will work with French banks. As similar to authorize.net as possible. Any tips?
Started by phirschybar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How about simply Paypal ?.
This means you can't use a third party payment gateway like Authorize.Net.
Typically the merchant account provider is also the payment gateway provider.
|
Ask your Facebook Friends
|
I've never done anything with payment gateways, can anybody give me suggestions?
Started by jarus on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
They really don't give good rates processing in your applications... .
If you're just looking to learn about this online, I'd recommend going with PayPal's payment gateway.
Well, decide on a payment gateway you want to work with.
|
|
We need to implement CCAvenue payment gateway option. How can I do this using ASP.net/C#?
Started by Avinash on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think its same as integrating paypal in your website. .
And ask for their payment integration manual.
|
|
Are there payment gateways that only take a percentage of whatever money is paid, but that have a very small up-front startup fee?
I want to set up a payment gateway for a charity.
By the way - is there any harm in just accepting donations through paypal...
Started by jonathanconway on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Doesn't charge charities the fees that other payment gateways will, so this is your best bet..
|
|
I need to set up a payment solution within one of our Rails apps using the ActiveMerchant library. Although this question is highly subjective, what are people experiences with the major gateways out there (BrainTree, Authorize.net etc)?
It must:
handle...
Started by joshnesbitt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you find yourself wanting a gateway not supported by AM you can write regarding Payment Gateways, refer to this post:
http://stackoverflow.com/questions/2556/whats-the-best-online-payment-processing....
ActiveMerchant itself.
|
|
I need to process credit cards and integrate with backend payment services to credit them. The majority of solutions on the internet require an intermediary, eg. 2CO , GCO , Auth.net .
Do you have any experience with implementing a credit-card payment...
Started by Jeremy Rudd on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
None of them (that I'm aware.
Most gateways like PayPal will provide you APIs that will allow you to process would want to look into one of those 3rd part payment providers.
gateway that is free.
|
|
What's your preferred e-commerce payment gateway for a site doing roughly (U.S.) $100,000.
In order of preference, I've used Chase Paymentech, Authorize, SkipJack and PayPal but I'd like to know if there's something better out there.
Started by Joe Zack on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Volume is important but what is the average transaction size?
What kind of transactions? Frequency?
How secure do these transactions need to be?
What kind of fulfillment methods are necessary?
I ask because if the transactions are not frequent, PayPal... .
|
|
I have a payment gateway api for BluePay. My application is in PHP. I am able to process a transaction with code similar to this:
bp->process( , ) with being the card number.
the process function posts the card number to bluepay's site using PHP's ...
Started by John on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So you need to purchase an SSL....
I assume your gateway wouldn't allow it any other way, so that side of the transaction the gateway.
Number (from the user) and sending the card number (to your gateway) is done over an SSL connection.
|