XF 2.1 Adding payment provider with simple redirect

tom3

Active member
Hello everyone, I would like to add a payment provider, which does not do more than redirect to a URL after pressing purchase. The sense behind this is that it will be listed among the others in the payment methods.
How can I do that? I have looked at the tables, but I don't know which function I have to take care of here in AbstractProvider.
 
The existing payment provider which is most similar to that is PayPal which simply redirects the user so I’d recommend using that as a point of reference.
 
The existing payment provider which is most similar to that is PayPal which simply redirects the user so I’d recommend using that as a point of reference.
And what if I want a payment provider that does not currently exist in the system?
 
Top Bottom