Recurring payment, receiving transaction_id
- by Dmitry Velesnitsky
What is the data paypal returns if we make recurring payments through a Subscription button on the website?
How can we get transaction_id?
It's that we want our users to pay with credit cards with no need to register, but so far we can't get transaction_id to get the information for automatic processes on the website directly. Instead we have to manage it all through paypal account. How can we avoid it?