Recurring payment, receiving transaction_id
Posted
by
Dmitry Velesnitsky
on Stack Overflow
See other posts from Stack Overflow
or by Dmitry Velesnitsky
Published on 2014-08-20T17:01:08Z
Indexed on
2014/08/24
16:20 UTC
Read the original article
Hit count: 241
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?
© Stack Overflow or respective owner