CardException
Class: CardException is thrown when a user enters a card that can’t be charged for some reason.
Source Files: includes/lib/stripe-php/lib/Exception/CardException.php
Class: CardException is thrown when a user enters a card that can’t be charged for some reason.
Method: Creates a new CardException exception.
CardException::factory Read More »
Method: Gets the decline code.
CardException::getDeclineCode Read More »
Method: Sets the decline code.
CardException::setDeclineCode Read More »
Method: Gets the parameter related to the error.
CardException::getStripeParam Read More »
Method: Sets the parameter related to the error.
CardException::setStripeParam Read More »