Ask a Question related to Dreamweaver AppDev, Design and Development.
-
J.S. \(UltraSuite\) #1
OT: Is anyone here using PayPal IPN?
If so, what datatypes are you using for your various IPN variables?
How do you handle shopping cart transactions with multiple-items? Do you
insert all items in one record, or in several records one per each
item_type, or in separate tables with user info in one table and
transactions in another table linked to the first with user_id? The last
seems to be the best option in terms of database normalization but does it
work fine with PayPal IPN?
Thanks!
J.S.
J.S. \(UltraSuite\) Guest
-
Dreamweaver & PayPal
Hi im using dreamweaver and i have a client who wants to add paypal to his site, i gather you go to www.paypal.com and get an acount, but how does... -
Paypal
Is it possible to be able to have a client update their site with contribute and administer paypal? -m -
Paypal PHP Dev Kit
Hi, I have downloaded the Paypal PHP Dev kit and need some help. The documentation is sparse to say the least. The sample How can I use it... -
ASP & PayPal
Hi, Can some one point me to a resource (if there is one) that describes if a value is sent back to my site from PAyPal once the payment has been... -
ASP + PAyPal
Hi, Can some one point me to a resource (if there is one) that describes if a value is sent back to my site from PAyPal once the payment has been... -
Anthony Brown #2
Re: Is anyone here using PayPal IPN?
The second option is what I used.
I had a CF Page that recieves the IPN from Paypal and by extracting certain
variables I use that to insert into 3 tables.
Customer_tb
Order_tb
Orderdetails_tb
Now, I use the Website payment preferences, and data transfer instead of
IPN and it works better in my opinion.
-Anthony
"J.S. (UltraSuite)" <ultrasuite@nospam.com> wrote in message
news:cuv7sl$bb7$1@forums.macromedia.com...> If so, what datatypes are you using for your various IPN variables?
>
> How do you handle shopping cart transactions with multiple-items? Do you
> insert all items in one record, or in several records one per each
> item_type, or in separate tables with user info in one table and
> transactions in another table linked to the first with user_id? The last
> seems to be the best option in terms of database normalization but does it
> work fine with PayPal IPN?
>
> Thanks!
>
> J.S.
>
>
Anthony Brown Guest
-
J.S. \(UltraSuite\) #3
Re: Is anyone here using PayPal IPN?
> Now, I use the Website payment preferences, and data transfer instead of
Do you mean that you use the PDT variables on the autoreturn page to insert> IPN and it works better in my opinion.
the transaction values into your database? If so, why do you think it works
better than IPN? I have tested both in combination and I am not sure what
is the advantage of inserting the values into the database on that the
autoreturn page.
J.S.
--
"Anthony Brown" <anthony@kermy.com> wrote in message
news:cv0gko$f07$1@forums.macromedia.com...> The second option is what I used.
>
> I had a CF Page that recieves the IPN from Paypal and by extracting
> certain variables I use that to insert into 3 tables.
> Customer_tb
> Order_tb
> Orderdetails_tb
>
> Now, I use the Website payment preferences, and data transfer instead of
> IPN and it works better in my opinion.
>
> -Anthony
J.S. \(UltraSuite\) Guest
-
Anthony Brown #4
Re: Is anyone here using PayPal IPN?
Yes, I use the PDT vars.
I think having to use the identity token to recieve payment details is more
secure than IPN.
I agree though that for the most part they seem the same when it comes to
backend operations.
"J.S. (UltraSuite)" <ultrasuite@nospam.com> wrote in message
news:cv0sg3$10v$1@forums.macromedia.com...>>> Now, I use the Website payment preferences, and data transfer instead of
>> IPN and it works better in my opinion.
> Do you mean that you use the PDT variables on the autoreturn page to
> insert the transaction values into your database? If so, why do you think
> it works better than IPN? I have tested both in combination and I am not
> sure what is the advantage of inserting the values into the database on
> that the autoreturn page.
>
> J.S.
>
> --
>
> "Anthony Brown" <anthony@kermy.com> wrote in message
> news:cv0gko$f07$1@forums.macromedia.com...>>> The second option is what I used.
>>
>> I had a CF Page that recieves the IPN from Paypal and by extracting
>> certain variables I use that to insert into 3 tables.
>> Customer_tb
>> Order_tb
>> Orderdetails_tb
>>
>> Now, I use the Website payment preferences, and data transfer instead of
>> IPN and it works better in my opinion.
>>
>> -Anthony
>
Anthony Brown Guest
-
J.S. \(UltraSuite\) #5
Re: Is anyone here using PayPal IPN?
"Anthony Brown" <anthony@kermy.com> wrote in message
news:cv1c5j$k3k$1@forums.macromedia.com...Thanks for your response.> Yes, I use the PDT vars.
>
> I think having to use the identity token to recieve payment details is
> more secure than IPN.
>
> I agree though that for the most part they seem the same when it comes to
> backend operations.
J.S.
J.S. \(UltraSuite\) Guest



Reply With Quote

