thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

Internal/credit "gateway"? #624

Open MGatner opened 3 years ago

MGatner commented 3 years ago

I have been unable to find any mention of this in the docs. Is there any support or gateway allowing non-money transactions, like store credit?

MGatner commented 3 years ago

... or if I embark on writing my own, any recommendations on a good starting point? E.g. a minimalist gateway

barryvdh commented 3 years ago

If you have an API to store the credit, you could.

MGatner commented 3 years ago

@barryvdh Any recommendations on a gateway to model after? My API will obviously be very simple, probably just a local DB call.