I had a problem with my forms, I want to create a form that has a registration fee which will use Deltapay gateway, the process should be redirection of the url to Deltapay website where some form variable like amount, name, email will be posted and the user just need to enter the credit card details then after entering the credit card detail this will go back to the form where it will check if the transaction is successful, fail, cancel or error. If the transactions has been successful the data will be save to registration to joomla db. Can someone give me some ideas on how to solve this problem, thank you very much in advance.
Forums
Chronoforms values to be redirect to Deltapay Gateway
Hi jperez,
Didn't you post this earlier and delete it?
I don't know anything about DeltaPay, I looked them up but can't see anything useful (what I found was all in Russian).
You can probably handle this in ChronoForms but how to do it depends on what DeltaPay requires.
Bob
Didn't you post this earlier and delete it?
I don't know anything about DeltaPay, I looked them up but can't see anything useful (what I found was all in Russian).
You can probably handle this in ChronoForms but how to do it depends on what DeltaPay requires.
Bob
Hi Jperez,
Thanks for the DeltaPay documents. I've had a very quick scan through them.
It looks as though you can send information to DeltaPay by GET or POST so you can do this with the ChronoForms cURL action.
You also need to set up a URL that allows DeltaPay to send a confirmation hand-shake. You can do this with Custom Code PHP in a new form event e.g. event=dpconfirm Once you have the confirmation you can approve the transaction.
This is all quite possible but takes some coding knowledge and careful planning to make sure that all the parts work together correctly.
Bob
Thanks for the DeltaPay documents. I've had a very quick scan through them.
It looks as though you can send information to DeltaPay by GET or POST so you can do this with the ChronoForms cURL action.
You also need to set up a URL that allows DeltaPay to send a confirmation hand-shake. You can do this with Custom Code PHP in a new form event e.g. event=dpconfirm Once you have the confirmation you can approve the transaction.
This is all quite possible but takes some coding knowledge and careful planning to make sure that all the parts work together correctly.
Bob
This topic is locked and no more replies can be posted.