http://addons.prestashop.com/modules/emailverify/activate.php?id_customer=2a29043c84a2419fe23a5895ca3f24d8&token=b3616c577043d622c8b8dac6a4f9cecf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
999,
'currency' => 'EUR',
'ipnUrl' => 'http://www.example.org/ipn.php',
'email' => 'john.doe@example.fr', /* Your customer mail address */
'firstName' => 'John',
'lastName' => 'Doe'
));
header("Location: $paymentUrl");
exit();