Hi everyone,
I am writing an online music store (wow!). I have written a shopping cart that caters for user to buy either an individual track or an collection of tracks (album or user-created playlist) and it works like a charm.
I have also created a checkout button which redirects to a secure (https) page containing credit card form where users can buy online with their credit card.
This is now my issue:
1) Which Service provider should I go for that provides credit card facility? Bear in mind that in South Africa (my client base) doesn't have PayPal facility.
2) Is my way of doing this whole online purchasing the ideal way? If not, what is wrong with it or what should I do better it?
3) It has to be java compliant since I'm developing it in Java.
Thanks a ton!