We do not support dynamic redirect URLs in the Console. If you need to send tokens or any changing parameter, check the solution below.
Solution
Still having problems?
- For the Data API, send your wildcards/changing variables as the
state
parameter. This is automatically played back to the user. - For the Payments API, there's no need to add any parameters. Your users will be sent to your chosen
redirect_uri
with thepayment_id
as a query parameter.
More
If you need more information...
For the Data API, have a look at the parameters available in the Auth Link in our documentation.
For the Payments API, have a look at the "Handling a returning user" section of our documentation.