Pergunta

I have researched through the Paypal website regarding Recurring ACH payment in PHP but could not find any satisfying solution. Paypal has mentioned SDKS for C# & Java for Recurring ACH, but not for PHP at all. Is it possible to write a Recurring ACH PHP scripts for my website? Suggestions are welcome.

I have already integrated Recurring payment through Paypal pro (using Credit cards) but I want to enable the service through the ACH mode (Using Bank account) with recurring subscription. Is it possible with PHP?

Thank you.

Foi útil?

Solução

This is possible using the Payflow system, but I do not know of any examples specifically in PHP that I have came across for this. You would need to use one of the examples as a model and build your own code in PHP for this.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top