PHPackages                             amasty-extended/store-credit - 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. [API Development](/categories/api)
4. /
5. amasty-extended/store-credit

ActiveMagento2-module[API Development](/categories/api)

amasty-extended/store-credit
============================

APIs related to amasty store credit.

1.0.1(2y ago)06.8k↓42.3%MITPHP

Since Mar 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/anushaakumarr/Amasty-Store-Credit-Extended)[ Packagist](https://packagist.org/packages/amasty-extended/store-credit)[ RSS](/packages/amasty-extended-store-credit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Magento 2 - Amasty Store Credit Module Extended
===============================================

[](#magento-2---amasty-store-credit-module-extended)

**Amasty-Store-Credit-Extended is an extension of Amasty Store Credit that has additional APIs.**This extension helps you to add/remove store credit to the customer through REST API without the need of Magento Admin UI. All you need is an admin token to use this API.

1. How to install
-----------------

[](#1-how-to-install)

Run the following command in Magento 2 root folder:

```
composer require amasty-extended/store-credit
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

```

**Note:**Amasty-Store-Credit-Extended requires installing [Amasty Store Credit](https://amasty.com/docs/doku.php?id=magento_2:store-credit-and-refund) in your Magento installation.

2. How to use
-------------

[](#2-how-to-use)

After installing, the package. And running the commands mentioned above. You can use the below API to add/remove store credit for the customer.

- Set REST API endpoint as `http:///rest/V1/storecredit/addorsubtract` in url box and method as `POST`.
- Use Admin Token.
- Example: ```
    {
        "customerId": 1,
        "amount": 10.0, // to remove 10 store credit => -10.0
        "action": 13,
        "message": "Message"
    }

    ```

4. Contribute to this module
----------------------------

[](#4-contribute-to-this-module)

Feel free to **Fork** and contribute to this module and create a pull request so we will merge your changes main branch.

5. Get Support
--------------

[](#5-get-support)

- Feel free to mail to  if you have any further questions.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

803d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe9f27e989f338c35800c755c5dfe776fee481776cc659013a9c657dca9504e7?d=identicon)[anushaakumarr](/maintainers/anushaakumarr)

---

Top Contributors

[![anusha-mumz](https://avatars.githubusercontent.com/u/185885797?v=4)](https://github.com/anusha-mumz "anusha-mumz (3 commits)")[![anushaakumarr](https://avatars.githubusercontent.com/u/162123954?v=4)](https://github.com/anushaakumarr "anushaakumarr (1 commits)")

### Embed Badge

![Health badge](/badges/amasty-extended-store-credit/health.svg)

```
[![Health](https://phpackages.com/badges/amasty-extended-store-credit/health.svg)](https://phpackages.com/packages/amasty-extended-store-credit)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
