I have implemented a payment system shopping cart with Paypal, Works fine. Not as many user variables as the other gateways like Verisign,etc. Paypal has its own system variables you can use here is the update command we use to update our FilledCarts Table.
Update FilledCarts Set
ApprovalTime=<@CurrentTIME>,
ResponseMSG='<@ARG payment_status>',
EventDescription ='<@ARG item_name>',
ApprovalCode=,'<@ARG txn_id>',
ResultCode='<@ARG txn_type>',
PNREF=,'<@Arg payer_id>',
AVSData='<@ARG address_status>',
PaymentStatus='*Filled*-<@ARG payment_type>' Where AccountNum=<@Arg Custom> AND EventIDNum='<@ARG item_number>'
AND ThisTransDate=.#date AND TotalFeescharged=<@ARG mc_gross>
Of these you can use the <@ARG item_number> and <@ARG custom> in your post to Paypal and those will be returned ad posted.
Paypal has pretty good Docs on their website regarding IPN.
~Cheers,
Brian Mowers
At 12:15 PM 8/7/2003, you wrote:
Has anyone implemented the paypal payment system with tango/witango using the IPN system of paypal?
If so, how does the last response work with tango/witango???
Thanks in advance
________________________________________________________________________
- TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
[EMAIL PROTECTED]
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
