I am developing a shopping cart using a combination of PERL and HTML and I have a question regarding the secure payment section.
I understand the concept of secure servers and payment transactions but I need to clarify which details need to be passed within the secure section and what is usually processed "unsecure".
The selection of items, by the visitor is obviously carried out under "unsecure" conditions.
The payment section will be under secure conditions.
What about the address / shipping details?
I will need to gather the address details and store them somewhere in order to have that information available when the transaction has been approved by the bank.
This raises some important data protection issues which I would like to get right first time.
My intention is to store the address details within the secure section but would welcome comments from anyone who has experience of setting up such a system.
Keith
I understand the concept of secure servers and payment transactions but I need to clarify which details need to be passed within the secure section and what is usually processed "unsecure".
The selection of items, by the visitor is obviously carried out under "unsecure" conditions.
The payment section will be under secure conditions.
What about the address / shipping details?
I will need to gather the address details and store them somewhere in order to have that information available when the transaction has been approved by the bank.
This raises some important data protection issues which I would like to get right first time.
My intention is to store the address details within the secure section but would welcome comments from anyone who has experience of setting up such a system.
Keith