I wanted to implement payment mechanism using paypal payment gateway, following are the requirements.
- recurring billing [monthly].
- System should accept Cards [Non paypal user should able to do recurring payment]
I have gone through various approaches given in samples.
- DoDirect payment : Solution has to be PCI Compliant [I am really not sure what I should take care of.]
- Express Checkout : This does not satisfy my 2nd requirement, i.e buyer has to have Paypal account [Please correct me if I am wrong here]
I come across many other solutions like "Website Payments Pro Hosted Solution" too. another finding is: The use of recurring payments with direct payment may incur additional fees.
Can anybody suggest me simpler approach to satisfy above requirements, i.e. Credit card support, recurring payment and no issues related to PCI compliance.
Thanks,