x

How i can set recurring payment on/off for transections using connect square api ..?

I am currently developing a panel where square merchants can login and can see their transactions.
After that i want, transactions that are done via card can either be converted to recurring or if they are already recurring can be be converted to non-recurring.
Means i want to switch the behavior of transactions.

So how this is possible with Connect square PHP api.
Currently i am using this link to implement transections
URL : https://github.com/square/connect-php-sdk

470 Views
Message 1 of 2
Report
1 REPLY 1
Alumni

Hi @rawBrst - There is not a way to reverse or convert a captured transaction into a recurring payment. There is a way to use card on file with our APIs. You can learn more here: https://docs.connect.squareup.com/articles/processing-recurring-payments-ruby

442 Views
Message 2 of 2
Report