Skip to main content
0 votes
0 answers
65 views

I'm integrating Paypal with my system, but I'm getting this error: [2024-12-05 14:45:32] local.INFO: PayPal response: {"name":"AUTHENTICATION_FAILURE","message":"...
José Vicente López Delgadillo's user avatar
1 vote
0 answers
54 views

I'd like to be able to pass multiple items with their details through an associative array as shown in the following code: <?php require_once 'config.php'; if (isset($_POST['submit'])) { try {...
Aaron Catolico's user avatar
1 vote
2 answers
76 views

How do I get card details later using card reference in unoapp-dev/omnipay-moneris $card = $this->gateway->createCard(['card' => $card])->send(); $ref = $card->getCardReference(); ...
Nazmus Sakib's user avatar
0 votes
1 answer
33 views

In Omnipay Alipay (Global), send() method is not working as expected. $response = $gateway->completePurchase($params)->**send()**; I received error message like this, Call to a member function ...
Madushanka ebeyonds's user avatar
0 votes
1 answer
548 views

I am trying to use OmniPay PayPal (REST), but I a facing several problems so I would like to ask: Is it still maintained ? https://github.com/thephpleague/omnipay-paypal In PHP file docs there is ...
Miroslav's user avatar
0 votes
0 answers
149 views

According to the documentation, this is the example code I used to make the payment. $paymentMethod = $_POST['paymentMethodId']; $response = $gateway->authorize([ 'amount' =&...
Dasun Tharanga's user avatar
1 vote
1 answer
467 views

I integrated OmniPay in my project few days ago, and I wondered if there is any option coming with it to actually enable credit card payments. https://github.com/thephpleague/omnipay I want to ...
RainWater's user avatar
0 votes
0 answers
126 views

Dear stackoverflow community, Recently PayPal contacted me to upgrade my 'old-style' CodeIgniter e-commerce cart (an old standard paypal gateway with a simple form to related paypal endpoint) to a ...
Hijacker's user avatar
1 vote
0 answers
139 views

I'm using Omnipay Paypal Rest api for Laravel and getting this: "Authentication failed due to invalid authentication credentials or a missing Authorization header." here is my code : public ...
Nelixus's user avatar
  • 31
0 votes
0 answers
291 views

I have two questions One: What values can we send to Stripe using Omnipay authorize(), example below is only sending amount and description $response = $gateway->authorize([ 'amount' ...
Yaser's user avatar
  • 15
1 vote
0 answers
242 views

I am working on a payment gateway driver for thephpleague/Omnipay. I am really struggling to implement a payment gateway driver that is off-site (i.e redirects the user to a payment provider page to ...
Cholthi Paul Ttiopic's user avatar
0 votes
1 answer
347 views

I need to know what is the paypal payment completed state of rest api. I am doing some tests with the api. Is it "approved" or "completed"? I am using omnipay, using this code: $...
webifo's user avatar
  • 25
0 votes
1 answer
289 views

i have added LIB yookassa to laravel/vendor/omnipay/yookassa, but after call $gateway = Omnipay::create('YooKassa'); it was error Class '\Omnipay\YooKassa\Gateway' not found The main composer.json (...
Alex's user avatar
  • 1
0 votes
1 answer
279 views

My composer.json file is as follows: { "name": "razorpay/razorpay", "description": "Razorpay PHP Client Library", "keywords": ["...
coder varambally's user avatar
3 votes
4 answers
1k views

I'm using thephpleague/omnipay-sagepay https://github.com/thephpleague/omnipay-sagepay After receiving response from the 3DS Notification, I am running the following code: $gateway = $this->...
MysticQuack's user avatar

15 30 50 per page
1
2 3 4 5
20