category | OSS |
---|---|
package | OSS_PaymentProcessor |
subpackage | OSS_PaymentProcessor_Realex |
copyright | Copyright (c) 2007 - 2012, Open Source Solutions Limited, Dublin, Ireland |
license | New BSD License |
creditCard(string $timeStamp, string $merchantId, string $orderId, string $payerRef, string $cardHolder, string $cardNumber, string $secret) : string
string
in YYYYmmddhhmmss format
string
this merchant id in Realex
string
a unique realEx order id
string
unique payer reference id
string
the card holder's name
string
the credit card number
string
The shared secret
string
payer(string $timeStamp, string $merchantId, string $orderId, string $payerRef, string $secret) : string
string
in YYYYmmddhhmmss format
string
this merchant id in Realex
string
a unique realEx order id
string
unique payer reference id
string
The shared secret
string
payment(string $timeStamp, string $merchantId, string $orderId, string | int | float $amount, $currency, string $payerRef, string $secret) : string
string
in YYYYmmddhhmmss format
string
this merchant id in Realex
string
a unique realEx order id
string
int
float
the value of the transaction in the smallest unit of the currency, e.g. in cent for euro or dollar
string
unique payer reference id
string
The shared secret
string
refund(string $refundPassword, string $secret) : string
string
refund password assigned by Realex
string
The shared secret
string
removeCreditCard(string $timeStamp, string $merchantId, string $payerRef, string $creditCardRef, string $secret) : string
string
in YYYYmmddhhmmss format
string
this merchant id in Realex
string
unique payer reference id
string
unique creditcard reference id
string
The shared secret
string
response(array $resp, string $secret) : string
array
The parsed Realex XML response as an array
string
The shared secret
string
The calculated SHA1 hashupdateCreditCard(string $timeStamp, string $merchantId, string $payerRef, string $creditCardRef, string $validTo, string $secret) : string
string
in YYYYmmddhhmmss format
string
this merchant id in Realex
string
unique payer reference id
string
unique creditcard reference id
string
the expiry date of the card in 'YYYY-MM' or 'YYYY-mm-dd' format
string
The shared secret
string