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

error in lfs installation in python "no module named lfs_theme

I am following an installation in lfs to insert a check out page in my website. I have copies all the instruction but after I tried to mia it produces an error. (my_project) PS C:\my_project\src> python manage.py migrate Traceback (most…
Chrissa
  • 155
  • 2
  • 14
1
vote
0 answers

Checkout.com payment method is working on index.html but not in inner html pages with state ui-routing(angularjs)

I am trying to integrate checkout payment gateway with angularJS. Code is working perfectly on index.html but not on inner ui-routing pages. Documentation of payment checkout is given here:…
1
vote
1 answer

BlueSnap marketplace vendors - what's the minimum details so they get paid?

I'm new to the BlueSnap marketplace - I created some vendors, and I read the documentation - I know that you can start off with email and country: { "email": "jane.shopper@bluesnap.com", "country": "US" } but you need more details to make sure…
Mark Averill
  • 111
  • 5
1
vote
1 answer

Need help in Nihao Payment Gateway Integration

I am trying to use the Nihao payment method in my website. I have done everything. I generated the API Token from user area http://betatms.aurfy.com . It is still giving the error like this {"code":500,"label":"81","message":"merchant config…
Zubair Mushtaq
  • 303
  • 1
  • 5
  • 21
1
vote
1 answer

Android PayUMoney integration error "some error occured"

I am trying to integrate PayUMoney payment gateway in my android app, I am not sure what is happening with it. Even If I have generated hash from server and followed exactly the same procedure provided on PayUMoney website I am getting TOAST…
Shamim Ahmad
  • 808
  • 3
  • 22
  • 40
1
vote
1 answer

how to generalize apachi http client post parameters

I am trying to make an open-source generic payment gateways library on java. where we will integrate all types of payment gateways so other developers can easily integrate any payment gateway in there system. But i stuck on a point as you know data…
cool cool
  • 247
  • 2
  • 12
1
vote
1 answer

Square Connect API: How to to partially capture a charge?

I'm currently working on payments integration on a web app. Going through the API documentation of Square, I've come to understand that we can capture charges and process them after a period of time(delayed capture transactions). I need to know if,…
windstorm
  • 375
  • 2
  • 10
1
vote
0 answers

How to code Realtime (Instant) Payment Notification in Laravel

I faced some issue when integrate the payment gateway especially in Realtime Payment Notification In the testing environment, once we done the payment, the Merchant will receive server to server notification in realtime. The realtime notification…
Joven Dev
  • 189
  • 2
  • 14
1
vote
1 answer

How can I obtain a token to charge authorized PayPal accounts as needed?

I have a white labeling Shopify app that bills store owners who install my app whenever orders for my vendor are created in their store. Currently I use Authorize.net as a payment processor. Store owners perform an initial setup whereby they…
Chad Johnson
  • 21,215
  • 34
  • 109
  • 207
1
vote
2 answers

Display payment instructions on my account order view pages in Woocommerce 3

Actually the Payment Instructions are displayed on Order Received page: What I want is to display this Payment Instructions also in My account > Order view pages. Like this: My question: How do I make the payment instruction to appear in My…
Rhob Gatchalian
  • 121
  • 1
  • 3
  • 7
1
vote
1 answer

Event RSVP payment supporting credit card refunds and pre-auths?

Our implementation language is PHP (using the CodeIgniter library). My requirements are this: Users need to be able to RSVP to events, at which point we put a pre-auth on their card. 24 hours before the event, we take the payment from their card.…
ubermensch
  • 902
  • 1
  • 12
  • 21
1
vote
3 answers

How to hold payment in paygate for a while?

HI all, I have a query regarding holding the payment in PAYGATE PAYMENT GATEWAY. Here is the problem in brief. I am doing a website where the payment should be made only a certain members buy the product. For Example if there is an iPhone in my…
Fero
  • 12,969
  • 46
  • 116
  • 157
1
vote
0 answers

use HttpClient for form submittion

In C# code I need to post form to other website for payment gateway, I can do it by adding some html tags to my webform and submitpage on body load. I I wants to do it in more proper way using HttpClient. but when i post my http call to client url…
M Imran
  • 109
  • 7
1
vote
1 answer

Payment Method Error Square Api

I'm trying to integrate Square API with my asp.net C# application and charge a card it give an exception Error calling Charge: {"errors":[{"category":"PAYMENT_METHOD_ERROR","code":"CARD_DECLINED","detail":"Card declined."}]} But when I use Sandbox…
1
vote
2 answers

first data global gateway API - invalid XML problem

i am implementing the First Data Global Gateway API into a Java E-Commerce Web application. The problem that i have is that I get an error message SGS-020003: Invalid XML returned from the staging.linkpt.net server. By switching the optional…
B.Georg
  • 11
  • 2
1 2 3
99
100