Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

ipay generate hash id

<?php
                                                $datastring = "key1=".$value1."&key2=".$value2
                                                /*************************************************************************************************/
                                                $hashkey = "yoursecuritykey"; //Supplied during iPay account registration;
                                                $datastring; //This is a string generated from the data to be posted (see above)
                                                $hashid = hash_hmac("sha256", $datastring, $hashkey); //
                                            ?>
Source by dev.ipayafrica.com #
 
PREVIOUS NEXT
Tagged: #ipay #generate #hash #id
ADD COMMENT
Topic
Name
2+1 =