Page 1 of 1

Getting Authorization information back

PostPosted: Wed Jul 31, 2002 7:22 pm
by Marianne Cooley
We just automated our credit card processing. The new process will include
a form writing to a database before ShopSite, ShopSite for payment and
credit card pre-authorization, then thank you. I would like to figure out
if /how I can have ShopSite send the pre-authorization approval information
also to our database. Where do I need to go looking to make this happen?
Or do we need to think about pulling something out of thankyou.cgi?

Thanks,
Marianne

Re: Getting Authorization information back

PostPosted: Wed Jul 31, 2002 7:45 pm
by loren_d_c
Marianne,

You may want to use ShopSite Pro's Order API feature. Basically, it
allows you to write your own (or have written) custom cgi to which
thankyou.cgi will pass all of the information from a completed order.
Your cgi can then do practically whatever you want to with the info at
that point.

http://www.shopsite.com/help/6.1/en-US/ ... r.api.html

-Loren



Marianne Cooley wrote:
We just automated our credit card processing. The new process will include
a form writing to a database before ShopSite, ShopSite for payment and
credit card pre-authorization, then thank you. I would like to figure out
if /how I can have ShopSite send the pre-authorization approval information
also to our database. Where do I need to go looking to make this happen?
Or do we need to think about pulling something out of thankyou.cgi?

Thanks,
Marianne