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
1
vote
1 answer

Pay for multiple WooCommerce orders at once

I have a situation where my client want to the customers to place orders (almost reserve the product), but only pay for it after it reach the most economical postage point. They also want to discourage customers paying on an ad hoc basis as it will…
1
vote
1 answer

How to handle Payment gateway when internet connection is disconnected

For example in paypal when completed the payment, the response is going to response.php at that time if our server goes down. how to handle this situation and what need to be done. In other payment gateway also how to handle the situation when our…
Swati B
  • 31
  • 7
1
vote
1 answer

Braintree payment gateway - Get customer's subscriptions details

I am using Braintree payment gateway in my Rails application. I am wondering if I can retrieve the customer's subscriptions details from it. According to the documentation, one of the way of doing this is subscription =…
Terng Gio
  • 69
  • 1
  • 1
  • 8
1
vote
1 answer

Liqpay checkout API - return URLs on success, failure or cancellation

I am working on integration of liqpay payment gateway to site using their available documentation at: https://www.liqpay.ua/en/doc/checkout. so far I have integrated their checkout method (client-server). user clicks subscribe and it redirect user…
Basit Munir
  • 428
  • 4
  • 18
1
vote
0 answers

HyperPay Integration With Magetno 2

Dears, Any body has an experience with HypePay Payment Method? I need to integrate HyperPay with Magento 2. Is there is any extension or Custom Code?
P. Dev.
  • 35
  • 1
  • 7
1
vote
0 answers

Laravel's default app.js makes issue with Stripe's checkout.js

I'm trying to integrate Stripe check out. For that I'm following this documentation: https://stripe.com/docs/recipes/subscription-signup#creating-the-signup-form-using-checkout So I pasted that tag inside my form, like:
Parth Vora
  • 4,073
  • 7
  • 36
  • 59
1
vote
0 answers

Integrating payment gateway in Google Firebase

I am trying to integrate a payment gateway into my shopping application. I have a mobile app as well as a web application; both works with firebase. When I click on the Pay button, the user will be redirected to the payment website and on…
Kamal Kishore
  • 399
  • 4
  • 6
1
vote
1 answer

Stripe checkout button doesn't open checkout window

I'm trying to integrate Stripe check out. For that I'm following this documentation: https://stripe.com/docs/recipes/subscription-signup#creating-the-signup-form-using-checkout So I pasted that