academe / OmniPay-Payone

A PAYONE gateway driver for the OmniPay framework
MIT License
15 stars 16 forks source link

Support for subscriptions/recurring payments #36

Closed cthiele-mogic closed 2 years ago

cthiele-mogic commented 4 years ago

Hi,

is the feature subscription plans/recurring payments supported or planned to be supported in future? Feature exists in Payone API.

Bye Christian

judgej commented 4 years ago

There aren't any plans to extend this Omnipay driver beyond the basics of what Omnipay supports (essentially auth, pay, create token for repeat payments).

However, PRs are welcome if there are additional features you want to add.

cthiele-mogic commented 4 years ago

Are there any parts for recurring payments already integrated in the payone gateway for omnipay? I did not find anything.

judgej commented 4 years ago

It's been a while since I looked at this, so memory is rusty. You can do a "card check" and ask for the credit card to be stored. This give you a token for making payments. I'm not sure if that lets you take multiple future payments or not, so best check the docs.

Sorry it's not a definite answer.

Axent96 commented 3 years ago

42

If some websource not allow for creditCard data for "card check" we can use recurring payment via alias/userId https://docs.payone.com/display/public/PLATFORM/Special+remarks+-+Recurring+transactions+credit+card#expand-SampleInitialRequest

Axent96 commented 3 years ago

@judgej Do you can merge please the pull request #42 for this issue?

Axent96 commented 2 years ago

@judgej Do you plan to solve the issue or merge PR #42 ?

judgej commented 2 years ago

In release 3.1.0