Strikewood / omnipay-first-atlantic-commerce

First Atlantic Commerce driver for the Omnipay PHP payment processing library
MIT License
12 stars 22 forks source link

Add card tokenization for recurring billing #2

Closed einkoro closed 9 years ago

einkoro commented 9 years ago

http://omnipay.thephpleague.com/api/token-billing/

karneaud commented 2 years ago

What is the status of this @einkoro ? could my fork be of assistance?

einkoro commented 2 years ago

@karneaud tokenization support was implemented back in 2015 but saved cards and subscriptions were never added to the woocommerce plug-in before development ceased from what I recall. Both the omnipay driver and the woocommerce plug-in are no longer maintained.

karneaud commented 2 years ago

@einkoro good to know. Also to note... I and a couple others are maintaining our own version of the omnipay driver for this particular gateway so If you need you can probably swap the driver source if needed.

My repo for the omnipay driver so far has implemented methods for the subscriptions endpoints.

I'm going to take a look into this and see what I can come up with. If you have any insights on this particular topic feel free to share.