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
-1
votes
2 answers

Laravel Omnipay/Stripe unable to send request on linux

currently I have integrated omnipay/stripe to my laravel project, it was ok on my local, but when I test it on server then it returned "Invalid request: unsupported Content-Type . If error persists and you need assistance, please contact…
Bernard.S
  • 9
  • 4
-1
votes
1 answer

How can I access the variable "verify" from following instance?

I have the response of instance I wanted to access the specific variable I tried different combinations, using the arrow operator. Client {#445 ▼ -httpClient: Client {#460 ▼ -client: Client {#469 ▼ -config: array:7 [▼ "handler" =>…
Kapil Verma
  • 178
  • 3
  • 17
-1
votes
1 answer

PayPal Rest API, validation_error, Laravel omnipay

Please to help. I got error Invalid Request - see details This is from an API call to PayPal. What can it be? PHP.ini serialize_precision = -1 unit price 25.00 shipping 4.99 = total 29.99 Sandbox and Live give the same error: Item amount…
-1
votes
1 answer

Integrating omnipay with codeigniter

I just installed omnipay/paypal with composer on my codeIgniter development website. I have read a lot of articles but none seems to point me in the right direction of appropriately using Omnipay with codeigniter, all the dependencies are foxing me…
Houdini
  • 11
  • 2
-1
votes
1 answer

Store order ID in Omnipay request/response (PxPay)

How do I add some sort of reference for my own system when redirecting a user to a purchase page via Omnipay (I am using the PxPay gateway)? Basically I want to store the order ID against the payment, so when the user (or notification) comes back I…
Petah
  • 45,477
  • 28
  • 157
  • 213
-1
votes
1 answer

omnipay pin payments with cake php 2.0

I need help regarding omnipay pin payments. i have no clue how to integrate this to cake php. i tried this sample code but dint get success $gateway =…
sismaster
  • 181
  • 1
  • 13
-1
votes
1 answer

Trouble Using Omnipay with Stripe?

I'm currently developing a web app that features online payments. We've settled on Stripe as the gateway. I initially thought Omnipay would be perfect, but I have to admit I find the documentation confusing -- For example where to find options that…
MrTomTom
  • 337
  • 4
  • 12
1 2 3
19
20