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
4 answers

PayPal modules for Node.js

I need to implement some functionality which uses PayPal in my Node.js project. What is the available libraries for Node.js that supports PayPal? Thanks,
Feras Odeh
  • 9,136
  • 20
  • 77
  • 121
7
votes
2 answers

What options are available to accept credit card payments through an iPhone?

What are the options to accept a credit card payment from an iPhone application? This will be a stand alone application, not an iPhone specific web site. Can I integrate with a payment gateway like Authorize.net? What about paypal or Google…
Tai Squared
  • 12,273
  • 24
  • 72
  • 82
7
votes
1 answer

Proper way to handle customer delays in stripe payment gateway

I have a question to ask about payment strategy with Stripe Checkout API. consider following scenario A vendor published 10 products(apples) for 5$ each in a marketplace A customer wants to buy 8 of them, and he fill the details and click checkout…
7
votes
3 answers

Easy paisa Payment Gateway Integration Errors

I need help as working on EasyPaisa Payment Gateway Integration getting the error. We have a store on EasyPaisa and received payment integration guideline how to integrate. They have mentioned that by posting the following form …
Zain Ali
  • 141
  • 2
  • 2
  • 6
7
votes
4 answers

Unable to add test card for apple pay testing

I am working to integrate Apple pay in my application to test it. I assume, I need to have some test card added in my wallet app . Without this I am getting an error in Xcode that reads "This device cannot make payments." I have done all the setup…
Saket Kumar
  • 1,157
  • 2
  • 14
  • 30
7
votes
3 answers

Woocommerce remove bank account number on order thank you page

I am using woocommerce site and I have enabled the direct bank transfer payment method. I want to remove the account number of order thank you page but want to show in emails. Same function is called in both cases. How can I differentiate it to show…
Maha Dev
  • 3,915
  • 2
  • 31
  • 50
7
votes
1 answer

How to finalize an order when implementing offsite payment gateway using Sylius 0.16 and Payum

I've been trying to wrap my head around on how to implement a classic offline payment gateway using Sylius (sylius/sylius-standard, v0.16). So far I got this in my bundle's build() method: public function build(ContainerBuilder $container) { /**…
Zwer
  • 141
  • 8
7
votes
3 answers

Laravel 5: how to redirect with data to external resource form controller

I want to send user to payment gate. Normally it could be made by this form:
pupadupa
  • 1,530
  • 2
  • 17
  • 29
7
votes
5 answers

integration Paytm Payment Gateway Android

I am trying to integrate paytm's payment gateway to my Android App. I can't seem to find any proper documentations or procedures on their website. I've checked every lead on this through google but no help. Tried contacting the Paytm team through…
VipiN Negi
  • 2,994
  • 3
  • 24
  • 47
7
votes
4 answers

using payment gateway and PCI compliance

I'm considering using eWay as payment gateway. They offer two options. One is to to allow users to type in credit card data on eWay hosted website, the other to use my own form and send credit card data via my server to eWays backend. The second…
spirytus
  • 10,726
  • 14
  • 61
  • 75
7
votes
2 answers

Difference between order number, transaction id and invoice no

I'm implementing my first payment gateway, and while my situation might be simple in that I could make all three the same, but I'd like to know some situations where they should be different. So again, What is the difference between order number,…
7
votes
1 answer

which is the best payment gateway for service purchasing in iOS app?

I am developing one application for iOS. In that user can purchase doctor services. I dont have any idea about payment gateways. So, please suggest me which is the best payment gateway method and how to implement that in my iOS app. ( I am from…
7
votes
1 answer

Get POST data from Android Webview

I am using payment gateway in my android app.I am using webview to load payment page.I have provided a redirect URL to payment gateway, into which the webview will be redirected after confirming payment. The confirmation from the Bank (success /…
Basim Sherif
  • 5,384
  • 7
  • 48
  • 90
7
votes
0 answers

Billdesk payment gateway integration for iOS

Have done some exploration on available payment gateway APIs for iOS and came across 3 whose names cropped up quite a lot: 1) PayPal 2) Stripe 3) Braintree But my requirement is Billdesk Payment Gateway integration in an iOS app. After doing quite…
Karthik
  • 187
  • 1
  • 9
7
votes
3 answers

Authorize.net Payment integration

I'm looking to do Authorize.net payment integration with a website using PHP. My questions are: 1) Where I can find a tutorial, development guide, and/or code samples for doing this with PHP. 2) Is it possible to obtain a test account to do the…
Ali
  • 261,656
  • 265
  • 575
  • 769