Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

stripe php sdk constants

# You can use Stripe constants like this:
StripePaymentIntent::STATUS_CANCELED;
StripePaymentIntent::STATUS_PROCESSING;
StripePaymentIntent::STATUS_SUCCEEDED;
...

StripeCahrge::STATUS_FAILED;
StripeCahrge::STATUS_PENDING;
StripeCahrge::STATUS_SUCCEEDED;
...

You can find the rest in the repo 
# https://github.com/stripe/stripe-php/tree/master/lib
 
PREVIOUS NEXT
Tagged: #stripe #php #sdk #constants
ADD COMMENT
Topic
Name
6+2 =