This plugin provides integration with Stamped.io by pushing order information to Stamped.io, to be added to a queue to be sent to your customers.

Usage

In the Control Panel, go to Settings → Stamped.io, and enter a your API details from your Stamped.io account.

When an order is complete, a Queue job will be created to send a payload of order data to Stamped.io. Order data will appear in the review queue in Stamped.io, where you can manage from there.

Configuration

Create a stamped-io.php file under your /config directory with the following options available to you. You can also use multi-environment options to change these per environment.

<?php

return [
    '*' => [
        'keyPublic' => '',
        'keyPrivate' => '',
        'storeHash' => '',
    ],
];

Configuration options

  • keyPublic -Enter the API Key Public from your Stamped.io account.
  • keyPrivate - Enter the API Key Private from your Stamped.io account.
  • storeHash - Enter the Store Hash from your Stamped.io account.

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
4
Version
2.0.0-beta.1
License
MIT
Compatibility
Craft 3, Craft 4
Last release
March 9, 2022
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs