📅  最后修改于: 2022-03-11 14:54:51.197000             🧑  作者: Mango
# You can use Stripe constants like this:
\Stripe\PaymentIntent::STATUS_CANCELED;
\Stripe\PaymentIntent::STATUS_PROCESSING;
\Stripe\PaymentIntent::STATUS_SUCCEEDED;
...
\Stripe\Cahrge::STATUS_FAILED;
\Stripe\Cahrge::STATUS_PENDING;
\Stripe\Cahrge::STATUS_SUCCEEDED;
...
You can find the rest in the repo
# https://github.com/stripe/stripe-php/tree/master/lib