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
26
votes
2 answers

Payment gateway for flutter

How can I integrate a payment gateway in flutter framework. Is there any libraries I can use readily? Do I need to do it separately in iOS and Android? In that case which is the best library available in India? Check out the new package for making…
Ambareesh B
  • 499
  • 1
  • 5
  • 14
25
votes
4 answers

Braintree Drop-In UI does not show CVV field

I'm fairly new to Braintree API. I'm using Recurring Payments. And for that I'm using Drop-In UI that is provided by Braintree. Everything goes well but it only shows two fields: Card Number and Expiration Month/Year; and the Paypal button. It's not…
ronsi
  • 519
  • 1
  • 7
  • 15
24
votes
2 answers

How to integrate MoneyBookers in Web application in PHP?

I am creating a PHP website, and need to integrate MONEYBOOKERs as the payment gateway. Need help in embedding the MoneyBookers gateway to my site. As I am using the test link (sandbox URL) which is: …
Nishant Shrivastava
  • 2,113
  • 3
  • 26
  • 43
21
votes
3 answers

Stripe throws invalid integer error

I am unable to charge the amount $49.99 in stripe. I am going through the following links but nothing workout Stripe Checkout Price error - Invalid Integer Stripe Rails: Invalid integer: 1.06 I would like to charge the amount as it is. I don't want…
Sam
  • 5,040
  • 12
  • 43
  • 95
20
votes
5 answers

What is the Simplest Possible Payment Gateway to Implement? (using Django)

I'm developing a web application that will require users to either make one time deposits of money into their account, or allow users to sign up for recurring billing each month for a certain amount of money. I've been looking at various payment…
rdegges
  • 32,786
  • 20
  • 85
  • 109
20
votes
6 answers

PayPal gateway has rejected request. Security header is not valid (#10002: Security error Magento

up the pay-pal advance in magento . I have fill all the credentials in magento admin . BUt when i go to frontend and click pay-pal button it gives PayPal gateway has rejected request. Security header is not valid (#10002: Security error i have…
Rohit Goel
  • 3,396
  • 8
  • 56
  • 107
19
votes
3 answers

Android integration with CCAvenue

I have an android app and want to integrate with CCAvenue payment gateway same as flipkart and others.but i don't know how can i integrate CCAvenue because there is no SDK provided. I have used paypal sdk thats so simple to integrate.but not able to…
Manoj Tarkar
  • 249
  • 1
  • 3
  • 9
19
votes
10 answers

'sorry some error occurred' while integrating PayUMoney payment gateway in Test mode

I'm trying to integrate PayUMoney payment gateway in my client site. My client provided me the login details of PayUMoney. I was able to locate the Merchant Key but cannot find either of the two: Merchant Salt Developer site where I can create a…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
19
votes
0 answers

how do i integrate ccavenue payment gateway in my android app

am new in android ,i want to know about how to integrate cc-avenue payment gateway mobile checkout page in my android application ,where i want the user should fill his card details and pay on-line ,hope i will get something out from here ...thanks…
user2153417
17
votes
4 answers

I need some guidance on payment gateways

I've never done anything with payment gateways, can anybody give me suggestions?
jarus
  • 1,853
  • 11
  • 44
  • 76
17
votes
2 answers

Braintree Payment Transfer

I am developing a C2C portal where seller will post their product and others can buy it. I have planned to use Braintree for payment process. Now once the payment is completed system will take commission and it should transfer the rest to seller. I…
GoSmash
  • 1,096
  • 1
  • 11
  • 38
17
votes
6 answers

Python/Django: Which authorize.net library should I use?

I need authorize.net integration for subscription payments, likely using CIM. The requirements are simple - recurring monthly payments, with a few different price points. Customer credit card info will be stored a authorize.net . There are quite a…
Parand
  • 102,950
  • 48
  • 151
  • 186
16
votes
8 answers

The id provided does not exist razorpay in nodejs

i'm implementing razorpay payment gateway in my React.js app with backend nodejs. here frontend.jsx razorpayHandler = () =>{ const payment_amount = this.props.TotalPrice; const backend_url = 'https://25234399bb.ngrok.io'; …
zulqarnain
  • 1,536
  • 4
  • 26
  • 44
16
votes
5 answers

Insufficient fund in stripe account

My stripe account has following balance in test mode: $958,395.72 Available balance $2,659.48 Pending balance $3,010,474.35 Total volume (HKD) This balance is in HKD. Now I have to transfer money in USD. If I try to transfer USD $4.25 then it…
Pathik Vejani
  • 4,263
  • 8
  • 57
  • 98
16
votes
1 answer

Firebase payment gateways?

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?
user3500802
  • 161
  • 1
  • 1
  • 3