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

paytm payment gateway working fine but not redirecting to app after payment successs?

public static final String CALLBACK_URL = "https://pguat.paytm.com/paytmchecksum/paytmCallback.jsp"; this is my call back url payment is working fine but i can't get back to activity after paymentsuccess see the image below money got detucted…
Rajesh Wolf
  • 1,005
  • 8
  • 12
1
vote
4 answers

Transaction Status API in PHP for Payment Gateway

I am working on PayUMoney payment gateway. I have integrated it successfully. Now before undergoing through audit process by PayUMoney suddenly they told me that I have to integrate transaction status API on my portal. They have provided me API for…
Yogesh k
  • 352
  • 1
  • 7
  • 22
1
vote
1 answer

Paypal integration error

I am using django rest framework to integrate paypal. But I am always getting Return to merchant error. screenshot of the error: I am Indian buyer and I want to accept international payment in USD. I have used django-paypal with following…
Utkarsh Srivastav
  • 3,105
  • 7
  • 34
  • 53
1
vote
1 answer

BillDesk Payment Gateway Integration with Java

I am using billdesk payment gateway with spring and angularjs.The problem i am facing is everything works perfectly fine if i give localhost as url.But if i give server address nothing is working.I am getting the response from billdesk as parameter…
Sachin HR
  • 450
  • 11
  • 28
1
vote
1 answer

PSTCKPaymentCardTextField not displaying on view

Trying to integrate Paystack with my app. Using PSTCKPaymentCardTextField as described in the guide, but it just doesn't display anything on my view when I run the app. import UIKit import Paystack class PaymentViewController: UIViewController,…
1
vote
1 answer

Is Paypal REST API direct card payment allowed for Indian merchant from out side Indian border? If yes than which currency allowed?

I have Created demo using PAYPAL REST API to collect payment in India with currency as USD from outside India. In which set payment_method equals paypal_payment. During the payment processing user leave my website and go to PayPal payment page. In…
1
vote
0 answers

How to integrate Onepay Vietnam payment gateway in Android Application?

I am creating a Android App. In that after booking a room , he have to pay the money through online payment gateways. I implemented Paypal,braintree. But the client requires Onepay Vietnam payment integration. Since that company based on vietnam he…
RagAnt
  • 1,064
  • 2
  • 17
  • 35
1
vote
1 answer

eGHL Payment: Hash value mismatched. if passing multiple parameter in url with '&'

I am implementing eGHL payment method with PHP. I have a found a weird error on their api or may be in PHP. I am generating a hash using hash().
AZinkey
  • 5,209
  • 5
  • 28
  • 46
1
vote
0 answers

Paypal subscription payment without recurring process

I tried to create a payment process like prepaid services. If user enter credit card details in my site create a new profile (like recurring user profile) in paypal through Api. After the user used my services immediately charged the user using…
Raj Mohan
  • 543
  • 9
  • 25
1
vote
1 answer

How to pass discount amount to Authorize.Net

I would like pass discount(Coupon) amount to Authorize .net in C#, when i pass discount amount in line items with negative value($-30), i am getting error. without discount code everything working fine Example: 1 Item1 10 N US $24.95 US…
Shaik Matheen
  • 1,233
  • 15
  • 14
1
vote
1 answer

Vantiv payment gateway authentication error using python?

I'm trying to integrate Vantiv payment gateway using python language. But when I request on URL https://w1.mercurycert.net/PaymentsAPI/Credit/Sale with the provided test credentials merchant id: 755847002 and password: xyz it still gives me an error…
Mohit Bhalodia
  • 63
  • 1
  • 10
1
vote
1 answer

Woocommerce order key not passed to "order_pay" function. with the error message Sorry, this order is invalid and cannot be paid for

Woocommerce order fails with the error message, with the razorpay payment gatway. Sorry, this order is invalid and cannot be paid for. When a order is placed, the pay_url is generated as like…
arasub
  • 447
  • 5
  • 10
1
vote
1 answer

Security header is not valid - Error in paypal - WHMCS

I'm using custom Paypal billing agreement payment gateway in my WHMCS site. It was working fine for 1 year. I met some issues with generating transaction ID for in some scenarios. In order to check and fix the issue changed paypal environment to…
sreelakshmi
  • 264
  • 4
  • 18
1
vote
2 answers

PayUMoney payment method for sandbox is not showing in frontend for Magento 1.9

I downloaded PayuMoney payment extension for Magento 1.9 from their website and copied the respective directories/code in the app folder. In the Admin, it is showing the configuration settings for this extension where I entered following details as…
1
vote
4 answers

ASP.NET Eccommerce Website

Im developing an e-commerce website for someone, i just needed information on whats the best payment gateway method using ASP.NET 2.0? The second question is an important one, becuase its e-commerce and need to implement a payment control on the…
redoc01
  • 2,107
  • 5
  • 32
  • 64