Hi,
I'm having a problem with the module Dynamic Registration for DNN.
The module is set up with form completion events in such a way that a user gets redirected to paypal and on completion of payment a user gets created and an email is sent out.
I also have it set up so that an email gets sent out on completion of payment, just to te...
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 recurring payments.
have the ability to credit a persons account.
have the ability...
Hi,
I have the following scenario. I have created an ASP.NET web application (framework 3.5) for my company, which allows users to purchase goods or services. Then, the user clicks on "Proceed to Payment", which calls an external payment site. The user then enters the card details through this site.
The payment site are performing a CG...
I'm using ActiveMerchant with Braintree as my payment processor. I want to take advantage of Braintree's customer vault functionality to store credit card info.
Storage goes fine, but I can't figure out the correct way to charge the credit card with the customer_vault_id. It seems very straight-forward according to the Braintree docume...
I'm building an application that eventually needs to process cc #s. I'd like to handle it completely in my app, and then hand off the information securely to my payment gateway. Ideally the user would have no interaction with the payment gateway directly.
Any thoughts? Is there an easier way?
...
While testing the payment gateway for some eCommerce site, is there any way to check if the cookies are saving the user's credit card details? If so, can we verify if they are in encrypted form?
...
I've done quite a bit of searching but have yet to find anything like this:
http://www.nsoftware.com/ibiz/epayment/
Does anyone use anything similar to the one above? I'd just like a "universal" payment processing system with support for the major gateways.
...
I am processing credit cards using a payment gateway. To POST the data to their servers, I am using cURL in PHP. I have an SSL certificate issued to my domain, to ensure all POST'ed data is encrypted. Because the SSL certificate is already installed, do I still need to use the SSL options for cURL? If so, which of the options do I ne...
We are having a bit of an issue with a gateway on one of our websites accepting Maestro payments.
It comes back with this message when checking out with Maestro –
"The payment method you selected does not support the credit card type you are trying to use.
Please select a different payment method or use a different credit card number."...
I'm researching gateways/vendors that provide the ability to create subscription based transitions for merchant accounts. In other words, I want to allow customers to signup for a subscription for a website service that charges once a month.
Authorize.Net has an ARB (Automated Recurring Billing) Module. The cost is cheap, $10 a month f...
Myself mendy, i am designing web application, The business required to integrate payment gateway. I searched on site regarding the flow but i could not get much info on MSDN. I want to make payment gateway using SSL and 3rd party merchant account. How can i do it ? some info regarding payment gateway could guid me to start developing the...
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.
...
I am planning to integrate a Google Checkout payment system on a social networking website. The idea is that members can buy "tokens" for real money (which are sort of the website currency) and then they can buy access to some extra content on the website etc.
What I want to do is create a Google Checkout button that takes a member to t...
Hi friends
i would like to learn the Paymentgateway [interaction with bank and make transaction] in PHP . Please guide me a website to go through .. Thanks in advance..
...
Hi,
I've been tasked with implementing 3D Secure credit card verification on our existing site.
I was just wondering if anyone had any example code to setting up 3D Secure?
I've been right through the documentation, however found nothing.
...
I'm trying to decide between Paypal PayFlow for a transaction processing service or a service like BrainTree.
BrainTree's service intrigues me because they will actually return a token to you for a credit card which can be used in future transactions. This token acts like a GUID for the credit card, but is useless if stolen. BrainTree i...
We have a physical product that is shipped every 2, 3, or 4 months depending upon customer preference. In between shipments the user may elect to modify their choices.
Before anyone suggests it - I'm pretty sure a recurring billing system (such as Paypal) is not suited to our needs. For two reasons a system like Paypal's does not seem t...
I need guidelines to integrate paypal payment gatway. Here is my requirement
User would click on pay button on my website to open paypal payment gateway page.
User may not have a paypal account. He/she need to enter details of credit card only. (It should not force user to login)
User will enter what amount he want to pay?
I do not nee...
I am developing a website that uses Authorize.net but I am currently using a test account. To test a refund, it requires a unique transaction ID, but since I am only using a test account, it does not return a unique transaction ID when you make a test transaction (always 2147483647). Is there another way for this to work? I need to see i...
Hi,
I'm trying to post to a url, in order to generate a page.
The url is specified elsewhere in my application, and originates from a bank.
The parameters i need to specify are:
Pareq - this is a long string, specified elsewhere in my application
TermUrl - a url the bank uses to post back to (my application)
MD - some random string to i...