PostalPoint_Plugins/docs/Examples/04CardProcessor.md

12 lines
360 B
Markdown
Raw Normal View History

# Card Payments
This plugin template shows how to implement a card payment processor,
allowing PostalPoint to interface with your card reader/terminal hardware,
as well as saving, retrieving, and charging cards on file.
[Download JavaScript](payment-processor/plugin.js)
```js title="plugin-name/plugin.js"
--8<-- "Examples/payment-processor/plugin.js"
```