Hello,
I'm starting to use the Dnn store project, and i'm really enjoying it. It's very easy to administer not so confusing like other dnn store modules that i have used.
For the dnn site i'm creating i have to implement a new payment Gateway for the dnn store that has to work in the following process:
1 - User gives credit card info, to pay it's selection
2 - It's created a new id for the payment (as to be integer and incremental)
3 - The credit card info, payment id, and price of selection is posted to the hired provider api that confirms the data received and makes a post with the result to a page o my choice;
4 - I confirm the provider's response and i warn the user for the result;
I's this possible to make, for a gateway provider in DNN Store Module? And if so how can i do it?
Please help, thanks.