Pyament-out

This request type allows you to credit an amount to a stored card. To process this request you must supply the Refund Password which you can set with a member of our support team (note: this is a different password than the Rebate Password). This password must be hashed using the SHA-1 algorithm before being added to the request. Credits requests are not sent on to the Issuer, they are placed directly into the next day's settlement file.

							
							


  MerchantId
  internet
  ECOM
  Xh9cavLrTqK32lT97AeVIw
  1001
  03e28f0e-492e-80bd-20ec318e9334
  3c4af936-3732-a393-f558bec2fb2a
  
    Returned item
    Break in transit
  
  a51118f58785274e117efe1bf99d4d50ccb96949
  f0a45f1d7aed21e7476c11c22c124f5a44a9c59a


// Creando el hash
$tmp = "$timestamp.$merchantid.$orderid.$amount.$currency.$payerref";
$sha1hash = sha1($tmp);
$tmp = "$sha1hash.$secret";
$sha1hash = sha1($tmp);