Download the PHP package starkpay/omnipay without Composer
On this page you can find all versions of the php package starkpay/omnipay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download starkpay/omnipay
More information about starkpay/omnipay
Files in starkpay/omnipay
Package omnipay
Short Description Stark driver for the Omnipay payment processing library
License MIT
Homepage https://starkpayments.com/
Informations about the package omnipay
Omnipay: Stark
Stark driver for the Omnipay PHP payment library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements Stark support for Omnipay so you can accept crypto currency payments.
Installation
Omnipay is installed via Composer. To install, simply require league/omnipay
and starkpay/omnipay
with Composer:
Basic Usage
This package provide Stark Payment Solution.
For general usage instructions, please see the main Omnipay repository.
Basic purchase example
API key will be available in your Stark Merchant Console. Visit : (https://dashboard.starkpayments.net/)
Purchase example with Customer
Response Page
We will post the transaction id
& the status
to your returnUrl
during purchase. Once the transaction is completed you will get a webhook notification which is configured in dashboard.starkpayments.net
Example Return Page : return-page.php
Fetch Transaction Details
Fetch Transaction details using transaction id
Payment Status Details
Status | Description |
---|---|
processing | Payment is under processing |
success | Successfully verified the crypto payment |
failed | Payment failed or Cancelled by the customer |
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.