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

How to integrate Paynimo payment gateway in Angular 5 app?

I am developing an web application which has the payment integration and the client has chosen the Paynimo payment gateway. They have documentation for javascript, that can be seen here I have no idea how to implement this in my Angular 5 App. Can…
Karthik Arwin
  • 405
  • 1
  • 4
  • 13
1
vote
1 answer

Paymaya integration in PHP

im trying to create a customer in paymaya using curl in php. im following this documentation http://developers.paymaya.com.payment-vault.s3-website-ap-southeast-1.amazonaws.com/#card-vault-customers-post but its not returning the right response(it…
mendz
  • 463
  • 2
  • 5
  • 16
1
vote
1 answer

Remove extra bullet above the payment method in Woocommerce checkout

My problem is that there is a bullet above the checked pay method "Betaling via overschrijving", on my woocommerce checkout page, and I have no idea how to get rid of this extra bullet: Here is my checkout webpage. You may have to place something…
1
vote
2 answers

Laravel 5.2 PaymayaSDK integration

I can't seem to include PaymayaSDK into my Laravel app I already run the command composer require "paymaya/paymaya-sdk:*" and it's already in the vendor folder. But when I try to use it in the controller it says Class 'PayMayaSDK' not found. I…
Lloyd
  • 144
  • 1
  • 1
  • 11
1
vote
0 answers

How to add Payment Gateway Integration in React Native?

I'm using Atom Payment Gateway integration in React Native App. For that I'm using a WebView component to redirect from my App to payment website by passing the dynamic url to WebView component. How can I get the response from the API after success…
1
vote
1 answer

Pay U money nsurl error empty string

It doesn't take me to payUmoney payment page screen. I am getting this in console while adding PayUmoney payment gateway. PayUmoney Integration[8923:268037] -[NSURL init] called; this results in an NSURL instance with an empty URL string. Please…
arman khan
  • 33
  • 6
1
vote
1 answer

Notification callback is not being received

Im using this laravel package "https://github.com/kanazaca/easypay" to create a MB reference using the Easypay API. I have this method to create the reference: public function generateReference() { $amount = Session::get('total'); …
user9659025
1
vote
3 answers

Exist any Obj-c library to integration with paypal?

I wonder if exist a pre-made objective-c library to work with paypal, including with credit-cards. My google search not get returns (I look for objective-c paypal) Also, if exist other librarys for common gateways....
mamcx
  • 15,916
  • 26
  • 101
  • 189
1
vote
1 answer

Trying to integrate Tap Payment gateway in codeigniter

I am trying to integrate Tap payment gateway in Codeigniter. I am using https://github.com/iZaL/tap-payment-php api. Because this does't give you any php support or any documentation. So, I was busting my head from last 2 days to get this thing…
Sunny Danu
  • 77
  • 1
  • 10
1
vote
1 answer

Multiple Websites - One Website Payments Pro Account?

Is it possible to have one Website Payment Pro account with Paypal but process payments from multiple websites? I have found the following link https://www.paypal.com/uk/cgi-bin/webscr?cmd=_payflow-pro-faq-outside#Can_I_use_one_Payflow_Pro which…
Kit
  • 4,095
  • 7
  • 39
  • 62
1
vote
1 answer

I need advice on how to best handle an e-commerce situation

I recently moved to Brazil and started a small subscription based service company. The payment gateway market is under-developed in Brazil, and implementing a local solution is too expensive for me. My requirements are a payment gateway that will…
Mohamad
  • 34,731
  • 32
  • 140
  • 219
1
vote
2 answers

How to handle data response from payment gateway if the user close his browser before redirect back to merchant site

I got a complain from a customer when he buy a product from my website. He close the browser (lost electric or etc ..) before the transaction has complete . His browser not yet to redirect back to our website. Customer card got charged but the order…
export333
  • 11
  • 2
  • 5
1
vote
0 answers

How to Integrate PayUMoney payment gateway with Angular2/4/5

i am working with angular5 , i need to integrate PayUMoney payment gateway in my application , for that i added following form and test with "https://test.payu.in/_payment" domain. Error : Error Reason Transaction failed due to incorrectly…
Bhagvat Lande
  • 1,392
  • 3
  • 17
  • 34
1
vote
2 answers

Razorpay not returning payment id using order id

I need razorpay_payment_id using razorpay_order_id. But, When I use this the response is $order = $api->order->fetch("order_xxxxxxxxxx")->payments; var_dump($order); enter image description here Notice: Undefined index: payments in…
Arul Prasad J
  • 25
  • 1
  • 6
1
vote
2 answers

Braintree Payments - Checking transaction status

I am creating my first ecommerce site and am using Braintree Payments as the Gateway. I have set it up as shown here https://www.youtube.com/watch?v=dUAk5kwKfjs so that it is now accepting payments and then updating my orders table in the DB like…
Paddy Hallihan
  • 1,624
  • 3
  • 27
  • 76