Dynamic redirect URLs are not supported in the Console. If you need to handle tokens or other changing parameters, consider the following solutions:
- For Payments: You don’t need to include any additional parameters. Users will be redirected to your specified redirect_uri with the payment_id included as a query parameter.
- For Data: Use the state parameter to pass wildcards or changing variables. This parameter is automatically returned to the user.