Help Center

| Submit or View Help Requests | Developer Docs |
| |

Test & Troubleshoot a Postback URL

Test your Postback URL

Tip

When testing, we recommend temporarily modifying your Postback URL to pass a hard-coded test value (e.g., "12345678" instead of {SubId1}) to avoid errors. If your server accepts the submission, you can safely revert your Postback URL back to use the variable.

  1. From the left navigation bar, select [Search].

  2. Search My Brands and select the first option under Screens. Alternatively, go straight there.

  3. Find the Postback you want to test, then select Actions [Drop-down menu]→ Test.

Troubleshoot errors

Error

Description

Missing mandatory parameter

Your server is likely expecting a value instead of a variable. Modify your Postback URL to pass a test value (e.g., "12345678" instead of {SubId1}) and see if it accepts the hard-coded value.

Case-sensitive variables

Dynamic variables are case-sensitive and must be exact, meaning that {SubId1} is not the same as {subid1}. Double-check that your variables reflect the correct case-sensitivity.

Access Denied

Most Postback servers have a security token or value that must be passed along with the dynamic variables. Work with your website's technical team (or refer to your website provider's documentation) to learn about the token or security value needed to access the server.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.