Questions tagged [payment-gateway]

A service for authorizing payments for an e-commerce website, an online retailer or a traditional business.

Payment gateways are a way to securely communicate a transaction between a payee (the merchant, and their acquiring bank) and a payer (the customer, and their issuing bank).

The payment gateway can be offered directly by a bank, or by a Payment Service Provider acting as a mediator between the payee bank and the payer bank. Some payment gateways also offer an API or SDK to allow developers to integrate the payment gateway into online platforms or mobile applications.

Payment gateways usually employ security mechanisms to pass the payment related information from customer to the merchant and from the merchant to the bank securely. In some popular payment types such as credit and debit cards, the security measures must comply with an industry standard and regulatory requirements.

Payment gateways may provide various modes of payment such as by credit card, debit card, online banking or mobile banking for executing the transaction.

4178 questions
8
votes
3 answers

How do you troubleshoot an "Internal Error" error from Paypal Website Payments Pro?

I have a billing routine that uses recurring billing profiles in Paypal's Website Payments Pro. This routine successfully creates profiles and gets the profile information after creation using the paypal profileid and the…
Justin
  • 2,914
  • 5
  • 41
  • 66
8
votes
1 answer

How to receive POST request in an AngularJS page?

We made a AngularJS app where user opens a URL (xyz.com/booking) fills the forms and then selects some items for purchase. After that user clicks on BUY button and leaves the site for the payment gateway site. On successful payment, Payment Gateway…
sachinaero
  • 205
  • 1
  • 3
  • 7
8
votes
8 answers

How to integrate TEST PayU Payment Gateway in android application?

I am new in Payment Gateway. Currently, I am working on a mobile app where I need to integrate PayU payment gateway in android app. So far, I have created a code for TEST url & when I run my app I get below exception: An error occurred. Sorry, some…
VVB
  • 7,363
  • 7
  • 49
  • 83
8
votes
3 answers

Braintree - paymentMethodNonceReceived not being invoked

I have setup dropin UI for braintree. I can see the UI fine. Before that I created the customer and I can see the customer on braintree-sandbox. Now I want to add payment method to the customer. I am trying following code, but…
Haris ur Rehman
  • 2,593
  • 30
  • 41
8
votes
1 answer

How to implement a payment gateway in ASP.NET

I need to know how to implement a payment gateway in ASP.NET for my billing based project. Is there one gateway enough to access all the bank account?
Ayyappan Anbalagan
  • 11,022
  • 17
  • 64
  • 94
8
votes
3 answers

How to process credit card by using intuit's (quickbook)?

How to process credit card by using Hello all, I am doing shopping cart project for my client and one of the requirement is using intuit's (http://www.intuit.com/) product to process credit card in real manner, as the client is going to…
user176386
8
votes
2 answers

Paypal API - Can we transfer money to multiple accounts in a transaction?

A proposed scenario is, assume the shopping cart site, where buyer has to pay for a product. The sold product costs will be transferred to the respective merchant. Here, the website owner has to be paid(commission) for the purchased product. Is it…
user2003356
  • 445
  • 2
  • 11
  • 24
8
votes
1 answer

Paypal Advanced Recurring billing with Express Checkout and Credit card payment using hosted pages

In my application, I need to set recurring billing section using paypal advanced and I am using the payflow section to do the same. I need both Pay with PayPal button process (Express Checkout process) and Credit card payment to create the…
BonDaviD
  • 961
  • 3
  • 11
  • 27
8
votes
4 answers

ecommerce stock management with external payment gateway

this question is similar to this one but with a twist (so the answer accepted for the older question is not valid in the following scenario) i have a site for selling tickets (PHP/MYSQL). Suppose i have just one ticket left: buyer A puts the ticket…
gpilotino
  • 13,055
  • 9
  • 48
  • 61
8
votes
1 answer

Paypal adaptive payment return url is calling twice

I have implemented paypal adaptive payment method and using the web flow. After making a payment, when i explicitly clicks on return button, the return url calls twice but if i wait for auto redirect then it calls once only. I am not able to…
8
votes
4 answers

How web application request is handled by multiple servers by maintaing the same user session.?

Want to know how a request is processed by multiple servers maintaining the same user session. For example: We log-in to IRCTC and try to book a ticket. During payment IRCTC lists out multiple bank options with radio buttons for online transaction.…
anand kumar
  • 91
  • 2
  • 7
8
votes
0 answers

Alipay and Unionpay payment gateway doubts

When we interface with Alipay/Unionpay, do we have the provision to let Alipay know that this amount needs to be authorized or charged completely. How does this work? what does it determine for Alipay and UnionPay to charge the card or just…
Sandy
  • 2,429
  • 7
  • 33
  • 63
8
votes
2 answers

Paymill: How do I simulate a failed payment while testing?

Background Developing an app using Paymill's subscription billing feature. Making use of the Ruby wrapper, I have created a PaymentProvider class and spec as below. Question How do I make a test payment fail? (e.g. card is declined, or card…
Mike
  • 9,692
  • 6
  • 44
  • 61
8
votes
2 answers

Is there any payment gateway focusing India?

I was searching for a payment gateway for my application to integrate. MY application is much designed for India so i need to give debit and credit sale of payment process to the users. I made a try with PayPal Express Checkout but it supports only…
arnp
  • 3,178
  • 6
  • 26
  • 43
8
votes
6 answers

How to pay your non-Western users?

I have a question similar to this one, only that my question is focused on "non-Western" users (with this I refer to users outside of Western Europe and the US). I have to pay users of my website (for services rendered for instance), and they are…
user1305445