Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7525185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:28:15+00:00 2026-05-30T03:28:15+00:00

So I am implementing a payment system with 2co on my website. I am

  • 0

So I am implementing a payment system with 2co on my website. I am using their ‘Header Redirect’ which returns the customer to an ASPX page on my website with a bunch of querystrings after a successful payment.

Anyway, I was wondering. What is the proper way to secure this? What If a customer typed the parameters him/herself such as `Payment.aspx?params-here’ and added credits as they wish to their account.

How can I make sure that this is 100% authentic?

Suggestions? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T03:28:17+00:00Added an answer on May 30, 2026 at 3:28 am

    A solution approach to parameter tampering is usually mapping the query parameters to something that cannot be easily manipulated, e.g. by using a one-way hash function to create a digest to send along with the original parameter and limiting the duration during which a particular mapping/digest is valid. If the digest matches the query parameter you know the request has not been tampered with.

    E.g. your URL

    Payment.aspx?Amount=100

    could become

    Payment.aspx?Amount=100&Digest=53e5e07397f7f01c2b276af813901c2

    Here’s an old but still relevant, detailed article on the topic: Passing Tamper-Proof QueryString Parameters

    In ASP.NET you can use Page.EnableEventValidation which uses a hidden textbox as part of a form to validate that a request was issued from the form:

    When the EnableEventValidation property is set to true, ASP.NET
    validates that a control event originated from the user interface that
    was rendered by that control. A control registers its events during
    rendering and then validates the events during postback or callback
    handling. For example, if a list control includes options numbered 1,
    2, or 3 when the page is rendered, and if a postback request is
    received specifying option number 4, ASP.NET raises an exception. All
    event-driven controls in ASP.NET use this feature by default.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am implementing a standard payment system, which sends some information to 3rd part
We are implementing a 3rd party payment system into our site (Barclays CPI). We
I am implementing a bluepay payment gateway in my PHP project. I couldn't find
implementing publishActivity in PHP using the REST API using this code: $activity = array(
While implementing a design using nested generic collections, I stumbled across those limitations apparently
I'm implementing an interface for digital payment service called Suomen Verkkomaksut . The information
Implementing the basic algorithm using last array as a pivot in Java, is it
When implementing a Facebook Canvas app using an iframe the iframe does a post
I am implementing my own payment module for Magento, where I implemented getCheckoutRedirectUrl() method
I am working on implementing a new payment module for Magento and want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.