Skip to content

Instantly share code, notes, and snippets.

View dpDesignz's full-sized avatar
🎯
Focusing

Damien dpDesignz

🎯
Focusing
View GitHub Profile
@dpDesignz
dpDesignz / eway-response-codes-messages.php
Last active September 21, 2020 03:12
eWAY Reponse codes and messages as PHP object
<?php
// eWAY Reponse codes and messages obtained from:
// https://eway.io/api-v3/?php#transaction-response-messages
// https://go.eway.io/s/article/Bank-Response-Codes-Responses-00-to-38
// https://go.eway.io/s/article/Bank-Response-Codes-39-to-96
$ewayResponse = (object) array(
'Codes' => (object) array(
'00' => (object) array(
'response' => 'Transaction Approved',