1# You can use Stripe constants like this:
2\Stripe\PaymentIntent::STATUS_CANCELED;
3\Stripe\PaymentIntent::STATUS_PROCESSING;
4\Stripe\PaymentIntent::STATUS_SUCCEEDED;
5...
6
7\Stripe\Cahrge::STATUS_FAILED;
8\Stripe\Cahrge::STATUS_PENDING;
9\Stripe\Cahrge::STATUS_SUCCEEDED;
10...
11
12You can find the rest in the repo
13# https://github.com/stripe/stripe-php/tree/master/lib