Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement Subscription using Server InfFrame integration? #192

Open
grim-reapper opened this issue Jan 31, 2023 · 1 comment
Open
Labels

Comments

@grim-reapper
Copy link

How to implement subscription? I mean recurring payment where payment automatically detected after specific interval.

@judgej
Copy link
Member

judgej commented Mar 5, 2023

I don't believe SagePay/Opayo/NextNewName supports subsctiptions as a service. What it does support is continuos authority and you can build your own subscription service around that.

To set up a continuous authority, you would take the user through a normal payment or authorisation, but with the createToken flag set. It's not super-intuitive, but if you check out the Opayo documentation, it should be a little clearer on how it maps onto this package.

@judgej judgej added the question label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants