Question: Is there a way to convert a Payflow Transaction (of any kind) to a Recurring Profile via code? Our billing service wants us to:
- Set up a transaction through Payflow that get the credit card information locked away in Paypal's servers.
- Convert/Use that transaction to make a Recurring Profile"
- Send them the profile ID that points to it.
I have code set up to perform step 1 and step 3 but I do not know of a way via code to convert any kind of Transaction object or Transaction response to such a profile.
I would first prefer to use Java as that has been the language I've been using thus far, but if that isn't an option, any alternative would be appreciated. Payflow has many APIs for each language/strategy and this makes it a daunting task to know if something isn't even supported.
If anyone needs more information regarding my task, I would be happy to provide it. Thanks in advance.