Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1.  <?php $error_array = array(
  2.     0101 => 'Card Expired',
  3.     0102 => 'Card transitional derogation or suspected fraud',
  4.     0104 => 'Operation not allowed for that card or terminal',
  5.     0116 => 'Not enough funds.',
  6.     0118 => 'Card Not Recognised',
  7.     0129 => 'Security code (CVV2 / CVC2) Incorrect',
  8.     0180 => 'Card not recognised by the system',
  9.     0184 => 'Unable to verify card holder',
  10.     0190 => 'Denied: Unknown Reason',
  11.     0191 => 'Incorrect Expiration date',
  12.     0202 => 'Card transitional derogation or suspected fraud'
  13.            
  14. );?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement