cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

intigration authorize.net payment gateway with core PHP website

1.how to capture data of   "DPM(direct post method) form" and how to insert into database that data? 

 

2.how to capture data of "SIM form" and how to insert the data into database?

 

3.by default SIM method form and DPM form having some fields like card number,first name,last name like i want to put new textfields..so how to put new textfields in that forms 

Atif
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

 

The main purpose of DPM and SIM is that you do not handle secure data. Some data is returned to you through the relay response system and that data can be written to your database.

 

Thanks,

Joy

View solution in original post

Joy
Administrator Administrator
Administrator
3 REPLIES 3

Hi,

 

The main purpose of DPM and SIM is that you do not handle secure data. Some data is returned to you through the relay response system and that data can be written to your database.

 

Thanks,

Joy

Joy
Administrator Administrator
Administrator

Ya u r right JOY...and how to capture the data using realy response plz tell me the process of relay response...and how to use relay response and waht is the realy response URL plz give one example realy response and example of realy response URL path

Atif
Contributor

I want to integrate payment gateway on my website . So how can i integrate it ... can anyone help me?

Alexredler997
Member