Registry / http-client / omnipay-firstdata

omnipay-firstdata

JSON →
library2.4.1phppackagistunverified

First Data driver for the Omnipay payment processing library.

composer require omnipay/firstdata
INSTALL
IMPORT
SIG · OMNIPAY-FIRSTDATA
O
omnipay-firstdata
http-clientphpv2.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gateway
✓ use Omnipay\FirstData\Gateway;

Initialize the First Data gateway and process a purchase.

use Omnipay\FirstData\Gateway; $gateway = new Gateway(); $gateway->setApiKey('your-api-key'); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'USD'])->send();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
omnipay-firstdata — pip install omnipay-firstdata · libregistry