Reputation: 85
i was able to use recurly with Hosted payment pages. These hosted pages can a success redirect URL which can be like
www.example.com/success?account={{account_code}}&planc_code={{plan_code}}
what is code for getting transaction ID in the success redirect URL so that i can query the api in the future
Upvotes: 1
Views: 456
Reputation: 1804
The transaction UUID cannot be returned in the success URL. Please either use webhooks or an API query to get this more detailed information.
Upvotes: 5