Rama Krishna
Rama Krishna

Reputation: 85

Recurly hosted payment pages success response

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

Answers (1)

Rachel Davis
Rachel Davis

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

Related Questions