adambrooks
06-11-2005, 07:23 PM
for merchant acct integration, i need ot pass values from one https site to another secured https site server-side.
so, what isee happening is
1. user submit order
2. system logs order to database
3. certain values are passed to remote https for authorization and charge
4. shopper receives confirmation page
5. merchant's system will pass-back data stating whether the charge was verified or not
6. pass-back will execute related scripts based on order validation
7. user will receive an updated screen when pass-back reflects valid order
so, what i am missing is #3; a way to pass the values to the merchant invisibly server-side. i can embed them into an img tag as a remote querystring, but that's not really ideal. thoughts/ideas please.
so, what isee happening is
1. user submit order
2. system logs order to database
3. certain values are passed to remote https for authorization and charge
4. shopper receives confirmation page
5. merchant's system will pass-back data stating whether the charge was verified or not
6. pass-back will execute related scripts based on order validation
7. user will receive an updated screen when pass-back reflects valid order
so, what i am missing is #3; a way to pass the values to the merchant invisibly server-side. i can embed them into an img tag as a remote querystring, but that's not really ideal. thoughts/ideas please.