PHPackages                             paystar3/laravel-ipg - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. paystar3/laravel-ipg

ActiveLibrary[Payment Processing](/categories/payments)

paystar3/laravel-ipg
====================

A package for PayStar payment gateway and those for whom time is important

00PHP

Since Jul 29Pushed 9mo agoCompare

[ Source](https://github.com/aminprox/paystar-ipg)[ Packagist](https://packagist.org/packages/paystar3/laravel-ipg)[ RSS](/packages/paystar3-laravel-ipg/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![PayStar Logo](https://camo.githubusercontent.com/201122c1c9d084388efc9ba8ec835c270bc87f64e18fb71898ac4e5e20dc79d9/68747470733a2f2f706179737461722e69722f686f6d65706167652f696d6167652f6c6f676f2e737667)](https://paystar.ir)

This is a Laravel package for PayStar payment gateway.

[![Latest Version on Packagist](https://camo.githubusercontent.com/03f9dc43dab4c3e68943e87dd07a165afab56e97cb2ac7ac47b4fe7a37380d0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706179737461722f6c61726176656c2d6970672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paystar/laravel-ipg)[![GitHub issues](https://camo.githubusercontent.com/0d60b99db96593055890816ada9688b2bee1b25dfcf28cb2daa9a139c6e4bdf9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f616d696e70726f782f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/aminprox/paystar-ipg/issues)[![GitHub stars](https://camo.githubusercontent.com/c66c1c62f87f6d9af297a932e3eeca144112f96d303f6aa0807804a0b59ddb84/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f616d696e70726f782f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/aminprox/paystar-ipg/stargazers)[![GitHub forks](https://camo.githubusercontent.com/ad02f8deb5e2164bc79769b75807fd48113afbb81512ac8252161686b45fbd40/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f616d696e70726f782f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/aminprox/paystar-ipg/network)[![Total Downloads](https://camo.githubusercontent.com/9e6caa8c2752e68d2fabb0f01c763b7eeb467decdabbedca0e5a5e6f99288587/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706179737461722f6c61726176656c2d6970672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paystar/laravel-ipg)[![GitHub license](https://camo.githubusercontent.com/37ad2f14bcc9e3212d76645aef48fa446ebd2bb493eb4f9aff964a6fe6a2df12/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616d696e70726f782f706179737461722d6970673f7374796c653d666c61742d737175617265)](https://github.com/aminprox/paystar-ipg/blob/master/LICENSE)

---

### ⬇️ Installation guide

[](#arrow_down-installation-guide)

#### Install package

[](#install-package)

```
composer require paystar3/laravel-ipg
```

#### Publish configs

[](#publish-configs)

```
php artisan vendor:publish --tag=paystar-ipg
```

---

### 📖 List of available methods

[](#book-list-of-available-methods)

- `create()`: return a token
- `payment()`: auto redirect to gateway
- `verify()`: verify transaction

---

### ✔️ How to use exists methods and options

[](#heavy_check_mark-how-to-use-exists-methods-and-options)

- #### Use `create()` method

    [](#use-create-method)

    ###### List of extra option

    [](#list-of-extra-option)

    Optiondescriptionnamecustomer namephonecustomer phonemailcustomer maildescriptiondescription of orderallotmentShare per transactioncallback\_method-wallet\_hashid-national\_codenational code of customer###### How to use this options

    [](#how-to-use-this-options)

    ```
