Questions tagged [omnipay]

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+

Omnipay is a payment processing library for PHP, based on ideas from .

292 questions
0
votes
2 answers

Paystack Gateway: Format is Authorization Bearer [secret key]

I am using league/omnipay from this repo However, I always get this error as the PurchaseRequest Response {"status":0,"message":"Paystack Gateway: Paystack Gateway: Format is Authorization Bearer [secret key]"} What am I missing
0
votes
1 answer

Omnipay Stripe add listPlan limit parameter

The Stripe 'list all plans' api call by default only returns a maximum of 10 plans; There is an optional limit parameter which I wish to set to the value 100 to raise the default limit - Stripe api ref. I'm using Omnipay-Stripe and I can return 10…
Nick W
  • 877
  • 2
  • 15
  • 30
0
votes
1 answer

Omnipay Get transaction fee from stripe

Ive been trying to return the transaction fee from stripe using thephpleague/omnipay-stripe. Im not looking to return or set an application fee, but the actual fee that Stripe take off the for each transaction. Heres my code so far: if…
Skoobi
  • 1
0
votes
0 answers

Configuring Omnipay-stripe to work with PCI SCA using Laravel

I'm following the example on Stripe Payment Intents to enable PCI SCA card processing, but receive the following error: dev.ERROR: Call to undefined method Omnipay\Stripe\Message\Response::getPaymentIntentReference() The code section is copied from…
AlexW
  • 134
  • 1
  • 9
0
votes
0 answers

NAB Transact - How to process a refund with Omnipay

We are using Omnipay for NAB Transact. https://github.com/sudiptpa/omnipay-nabtransact We can successfully make payments and we can see amount in back with transaction id etc. Now we are trying to refund so according to documentation its need below…
Rich5757
  • 155
  • 2
  • 12
0
votes
0 answers

How to verify paypal payment in omnipay

Please help me. I'm trying to integrate omnipay/paypal to process payments. Everythings works great until i need to verify my payment. How i register payment: $gateway = Omnipay::create('PayPal_Rest'); …
0
votes
1 answer

How can the SameSite attribute be added to the Omnipay PHPSESSID cookie?

Omnipay sets the PHPSESSID cookie which now requires the SameSite attribute. How can SameSite be added to the cookie?
steveorg
  • 91
  • 8
0
votes
1 answer

Integrate Omnipay with Aimeos E-commerce

I'm using Aimeos Ecommerce package and I want to have an integrated payment for purchasing with credit cards. and I want to use omnipay. my required composer.json array is as follows: "require": { "php": "^7.2", "aimeos/aimeos-laravel":…
shady
  • 17
  • 5
0
votes
0 answers

I am trying to integrate cyberSource with omnipay library. But reference_number request parameter does not generated

I am trying to integrate cybeSource with omnipay library. But my reference_number request parameter does not generated.
0
votes
1 answer

How to process a refund with Omnipay - NAB Transact

I am trying to do the refund process and it is connected to the nab test mode server but not processing the refund transaction. I did a transaction yesterday and wanted to refund the part money but it is not going through and shows the error that…
Kunal Parekh
  • 380
  • 6
  • 24
0
votes
1 answer

Laravel Testing API Endpoint - POST Parameters Missing

I have a API endpoint that I wish to test, it receives a POST payload. The endpoint basically invokes the Omnipay Sage Pay library to handle a Server Notification. I can POST to this endpoint using Postman client fine, but when using a Laravel…
Snaver
  • 434
  • 3
  • 6
0
votes
1 answer

omnipay-sagepay: tax code/vat amount send in sagepay basket

We‘re using sagepay - omnipay plugin for laravel and facing an issue regarding sending order data into sagepay basket. All data is going well except the VAT amount/ tax code. We’re adding data into the basket using ItemBag Class and setting below…
0
votes
1 answer

Hi iam sending card details via paypal omnipay. payment showing success but not appearing in paypal

Hi I am ingerating paypal/omnipay. o am sending credit card details to paypal,this is showing success. but i cannot find any of the transactions in my paypal sandbox account. My code is like this: $card…
0
votes
0 answers

curl command in omnipay

I wanted to check when we are calling hitting any API URL through omnipay what will be the final command created by omnipay? I debugged and checked in files of guzzle when omnipay trying to hitting the API. I debugged files of guzzle HTTP…
Kapil Verma
  • 178
  • 3
  • 17
0
votes
2 answers

Can Omnipay be used if you don't own the server?

Omnipay uses something called "GetComposer.com" for installation whos purpose is apparently to download and install other, required software. Am I correct that this means Omnipay cannot be used in a shared hosting environment where you don't have…
Todd
  • 1
  • 1