Invalid hash. hash should start with: db0471


#1

I’m using php sdk with laravel but facing this hash error.

image_2020-12-31_232908

this is my generated data by php sdk before sending via curl POST

resulturl=http%3A%2F%2Flocalhost%2Fpaynow%2F&returnurl=http%3A%2F%2Flocalhost%2Fpaynow%2F&reference=Invoice+51&amount=5.9&id=xxxxx&additionalinfo=Bananas%2C+Apples%2C&authemail=test%40gmail.com&status=Message&hash=A3C811703A2C8DC361C59F5692FCF1B45537ECE91A67D3E51987A9F425BF77328DEDD3A055BCD11016471250542379EC97F0B32718E305687D30B430E5A4DF08

and this is my init code according to php sdk doc.