pay-o-matic

Wrapper for multiple payment gateway APIs. So far just Stripe, more to come.

Usage no npm install needed!

<script type="module">
  import payOMatic from 'https://cdn.skypack.dev/pay-o-matic';
</script>

README

pay-o-matic

A unified facade to multiple payment gateways. What pay-o-matic will do is allow one or more processing gateways to be configured, allowing round-robining, fail-over, or whatever prioritization you want. Currently contains the Stripe API but will include others as I incorporate them.