stripe php sdk constants

Solutions on MaxInterview for stripe php sdk constants by the best coders in the world

showing results for - "stripe php sdk constants"
Emilio
24 Oct 2017
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