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
9
votes
9 answers

Good authorize.net PHP libraries

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…
markwatson
  • 2,119
  • 3
  • 17
  • 20
9
votes
1 answer

Authorize.net CIM Duplicate Transaction Window

I'm working with Authorize.net's Customer Information Manager API (CIM). My test case is centered around a user giving the wrong address during checkout. My application will attempt to create a customer profile each time the user submits the…
Nick
  • 2,872
  • 3
  • 34
  • 43
8
votes
1 answer

How to use ActiveMerchant for Paypal website payments standard?

I'm trying to set up a rails app to use Paypal website payments standard. I'd rather have users click a button and submit their info on the Paypal site rather than on my site, but I'd like to use ActiveMerchant for it's test mode and handling of…
David Tuite
  • 22,258
  • 25
  • 106
  • 176
8
votes
1 answer

How to connect easypaisa/jazzcash payment gateway in flutter?

How to do that i am stuck on that please send me code and discribe me.How to connect easypaisa/jazzcash payment gateway in flutter?
8
votes
1 answer

Paypal smart button without billing address?

I'm using PayPal Smart Payment Buttons to enable payments on my website. I managed to disable the shipping address fields, but I can't disable the billing address. From what I've seen most of the sites that accept online payments don't require…
8
votes
3 answers

Storing Credit Card Info

So I know there have been numerous posts about storing credit card information. We are building a mobile application and want people to be able to enter in their card information once, not with each purchase. We looked at Authorize.net CIM, and it…
Nick
  • 299
  • 2
  • 3
  • 13
8
votes
2 answers

How to integrate CCavenue Payment gateway in my website?

Can anyone tell me the procedure for cc-avenue integration in my website?
user601367
  • 2,308
  • 12
  • 34
  • 44
8
votes
4 answers

Code=50 “No such payment_intent” when confirm payment intent for stripe

I am getting following error while confirming payment intent using this method STPAPIClient.shared().confirmPaymentIntent() Error Domain=com.stripe.lib Code=50 "No such payment_intent: pi_1ElaQpFSNNCQ7y59"…
Kelly White
  • 146
  • 1
  • 1
  • 8
8
votes
3 answers

Paypal Integration

I am quite new to PayPal integration into website. What are the basics of paypal integration? What type of sandbox account do i need to create?
Shahid Karimi
  • 4,096
  • 17
  • 62
  • 104
8
votes
1 answer

Adyen ERROR: [status] => 403 [errorCode] => 010 [message] => Not allowed [errorType] => security

I'm trying to use JSON API in order to make a (test) payment via ADYEN. Here's the code (I got this example from Github -> Adyen ->adyen-php-sample-code:
DuliNini
  • 181
  • 2
  • 14
8
votes
5 answers

How to integrate BHIM app payment gateway in an Android App?

How to integrate BHIM app payment gateway in an android app, through upi id?I have no idea about payment gateway,I have not implemented payment gateway before.Please help me how to integrate payment gateway in an android app?(I want to integrate…
Sam
  • 99
  • 1
  • 1
  • 4
8
votes
2 answers

List all enabled payment methods in Woocommerce

I'm working on mimicking the Orders Page in the Admin side to the UI of the site. It's like a complete rip off of what's on the backend. I'm stucked with listing all the enabled Payment Methods. Does anyone know how can I achieve it? Here's my…
elimariaaa
  • 796
  • 4
  • 10
  • 30
8
votes
1 answer

How to Redirect Success or Failure Payment in Razorpay

I am New to Integrate Payment Gateway. How to Redirect a URL after Success or Failure Payments in Razorpay. I want Js Code. I thing handler function can use that redirect. How to Use them var options = { "key": "rzp_test_aIfnpuWEudWnID", …
Karthik
  • 5,589
  • 18
  • 46
  • 78
8
votes
1 answer

INVALID_USER_CREDENTIALS/JSON_EXCEPTION in "PayU" Android Integration

I am tring to integrate payU payment gateway with my ecommerce application. I have a account on test payU with merchant id, key and salt. I am working on this demo application, whenever i change parameters like merchant key, salt. I get a error code…
Shubham AgaRwal
  • 4,355
  • 8
  • 41
  • 62
8
votes
4 answers

Purchase physical product from iPhone app without Apple in app purchase

Can an iPhone app allow a user to purchase a physical product (say a pen or a mouse) from inside an app, without using Apple in app purchase? Is it allowed by Apple? If yes, do you know any API that supports this? Thanks AJ
AJ.
  • 1,443
  • 7
  • 19
  • 31