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

Multiple Card payments - what should I put on the recipt?

Our POS software features a multi-credit card payment facility, meaning you can have more than one credit card transaction per purchase. This is not the same as the MasterCard partial authorization facility, but would result in a similar situation.…
1
vote
1 answer

How to programatically create order in woocommerce and redirect to payment gateway

I'm very new to payment gateway integration. I learned that, orders can be created programmatically without adding products in woocommerce and done that. Problem now is, I'm not sure how to automate the payment process once submit order button is…
112233
  • 2,406
  • 3
  • 38
  • 88
1
vote
1 answer

Cannot get PayPal sandbox account to link to third party permissions

My goal is to create a business PayPal sandbox account which has the account type Business Pro and which allows me to grant access to third party APIs. Currently there are two ways of creating sandbox accounts in PayPal. The first method involves…
Samir
  • 38
  • 5
1
vote
0 answers

Curl Error : error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca

I'm working on a payment system integration for a website. For now I'm testing on a local computer with xampp. I have submitted a .csr file to the bank server, then they provide me the .crt file. I do have a .key file too. When I try to submit the…
sushan shrestha
  • 115
  • 1
  • 10
1
vote
1 answer

Metadata Parameter IPN Support for Bluesnap Payments Page?

I see that you can pass custom key/value pairs i.e Metadata params in Bluesnap's Hosted Payments Page - https://support.bluesnap.com/docs/creating-a-hosted-payments-page Are they sent back in the IPN webhook when a transaction is successfully…
A.Marathe
  • 123
  • 5
1
vote
2 answers

SquareUp Payment: Can we turn off SSL verification for development server?

I am trying to implement SquareUp Payment Gateway on a website and using Square Connect V2. When I try to show SqPaymentForm form in JavaScript but getting the following error - paymentform:1 Uncaught Error: SqPaymentForm can only be embedded on…
1
vote
2 answers

How to calculate product price after adding payment gateway commission to it?

We have an item to sell worth around $100. There is a 5% tax applicable to it. A third party payment gateway takes a commission of 3% of total amount given to gateway (ie., 3% of 100+5%). Since its not possible to charge 3% payment gateway…
nithinTa
  • 1,632
  • 2
  • 16
  • 32
1
vote
0 answers

Cybersource ACH payment method order tracking

I am creating ACH payment method for Cybersource in Magento (PHP). I have completed order placing & subscription process with SOAP api , but i am facing issue for order tracking because as nature of ACH (echeck) payment method taking 3 or 5 days to…
Yogesh
  • 135
  • 9
1
vote
1 answer

Using BlueSnap on more than one Magento store

I have a BlueSnap account that I use on a Magento 2 online store. It works well, but now I plan to open a separate Magento online store with a different domain. I don't know if it's possible to use the same BlueSnap account for the new store's…
Steven Worth
  • 142
  • 5
1
vote
2 answers

Error - "The merchant does not accept payments of this type" in Paypal

I have an US Paypal account. I have integrated Paypal iOS SDK. Payment through Card is working fine in Sandbox mode but when I go live with live client ID it is showing error i.e. "The merchant does not accept payments of this type". Any help would…
M Swapnil
  • 2,361
  • 3
  • 18
  • 33
1
vote
1 answer

How to get the ascii key sort of rave parameters in php

Ravepay documentation (https://flutterwavedevelopers.readme.io/docs/checksum) shows how to hash values using Nodejs, but I am having issues generating the correct sort order of my getpaidSetup keys, how can I do that in php. Currently this is my…
1
vote
1 answer

Paypal Button Not Working - We are sorry error

I am trying to integrate PayPal to my website. My requirement is that I want to pass a computer generated amount to PayPal to make payment of that amount. But when I make payment using button , I am taken to website for payment, Where I login using…
GeekWithGlasses
  • 572
  • 2
  • 12
  • 30
1
vote
2 answers

Integrate rave flutterwave api in php

hello I am using core PHP in client Project, I need to integrate rave flutter wave API, I have searched a lot of links now I am checking this URL here but not getting a good result, so please help me in rave flutter wave "Nigeria payment gateway"…
Rakesh Sharma
  • 29
  • 2
  • 6
1
vote
0 answers

Error Code: 10001 Invalid Request - Encrypted request invalid/not present on Live

I am trying to integrate CCAvenue payment Gateway in Laravel. I followed Integrate CCAvenue in Laravel exactly as described. Also I got new access code as well as working key from CCAvenue. Now I am facing the following error: Error Code: 10001…
the.salman.a
  • 945
  • 8
  • 29
1
vote
1 answer

Woocommerce + Payment (PayPal) - Securely update order status + get transaction ID

I am currently implementing the Paypal Payment Gateway into my shop. I added an return URL inside my paypal sandbox account. Payment steps so far: Create an order Create a payment via WC_Gateway_Paypal class Redirect to paypal site login & process…
Dario
  • 125
  • 1
  • 8