Gossamer Forum
Home : General : Perl Programming :

PayPal IPN - sig?

Quote Reply
PayPal IPN - sig?
Hi,

Just been having a play with PayPal's IPN system again. Upon returning to the script (after payment), I did a dump using Data::Dumper($in) (where $in is just a $IN->get_hash call). I see the following;

Code:
$VAR1 = {
'sig' => 'ixYPEWz084+BGIZ4UYR2Es3WFSkxV20edYGT0UEbVBDihAbsxPY4rP9vKDNEv6Yw3lRRSigwqG6nAoAOxsjeziLqSH0G6ClKdxgkxx1lL8jeKyID5h85wHg1SWNR3qKE7agn95P7YE2Mleyb1jT0ewgK5epComNLQL1so6Wt8ZI=',
'tx' => '8JE47405MT823570D',
'cc' => 'GBP',
'st' => 'Completed',
'cm' => '',
'amt' => '2.00'
};

Now, this is the part that has me stumped.. wheres the useful info? I can't find anything on PayPals site about decrypting the value from "sig".

If anyone has any pointers/ideas, I'm all ears :D

TIA

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread PayPal IPN - sig? Andy 4632 Nov 16, 2005, 7:13 AM
Thread Re: [Andy] PayPal IPN - sig?
Hargreaves 4469 Nov 17, 2005, 2:38 AM
Thread Re: [Hargreaves] PayPal IPN - sig?
Andy 4509 Nov 17, 2005, 2:51 AM
Post Re: [Andy] PayPal IPN - sig?
Hargreaves 4437 Nov 17, 2005, 10:29 AM