omnipay-sagepay icon indicating copy to clipboard operation
omnipay-sagepay copied to clipboard

How to implement Subscription using Server InfFrame integration?

Open grim-reapper opened this issue 2 years ago • 1 comments
trafficstars

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

grim-reapper avatar Jan 31 '23 13:01 grim-reapper

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 avatar Mar 05 '23 23:03 judgej