12 lines
360 B
Markdown
12 lines
360 B
Markdown
|
|
# 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"
|
||
|
|
```
|