STRIPE_API_ACCOUNT_DEFAULT |
./stripe.module |
|
2 |
1 |
STRIPE_API_LATEST_TESTED |
./stripe.module |
@file stripe.module
Drupal hooks used for integrating the Stripe service. |
|
1 |
STRIPE_API_VERSION_CUSTOM |
./stripe.module |
|
2 |
1 |
STRIPE_CUSTOMER_ACTIVE |
stripe_customer/stripe_customer.module |
Define some constants for Stripe Customer properties. |
|
1 |
STRIPE_CUSTOMER_INACTIVE |
stripe_customer/stripe_customer.module |
|
1 |
1 |
STRIPE_PAYMENT_STATUS_API_ERROR |
stripe_payment/stripe_payment.module |
A payment with a failed charge because an API error occurred at execution. |
2 |
1 |
STRIPE_PAYMENT_STATUS_AUTHENTICATION_ERROR |
stripe_payment/stripe_payment.module |
A payment with a failed charge because an authentication error occurred at execution. |
2 |
1 |
STRIPE_PAYMENT_STATUS_CARD_DECLINED |
stripe_payment/stripe_payment.module |
A payment with a failed charge because the card was declined. |
1 |
1 |
STRIPE_PAYMENT_STATUS_EXPIRED_CARD |
stripe_payment/stripe_payment.module |
A payment with a failed charge because the card has expired. |
1 |
1 |
STRIPE_PAYMENT_STATUS_INCORRECT_CVC |
stripe_payment/stripe_payment.module |
A payment with a failed charge because of an incorrect security code. |
1 |
1 |
STRIPE_PAYMENT_STATUS_INCORRECT_NUMBER |
stripe_payment/stripe_payment.module |
A payment with a failed charge because of an incorrect card number. |
1 |
1 |
STRIPE_PAYMENT_STATUS_INVALID_CVC |
stripe_payment/stripe_payment.module |
A payment with a failed charge because of an invalid security code. |
1 |
1 |
STRIPE_PAYMENT_STATUS_INVALID_EXPIRY_MONTH |
stripe_payment/stripe_payment.module |
A payment with a failed charge because of an invalid expiry month. |
1 |
1 |
STRIPE_PAYMENT_STATUS_INVALID_EXPIRY_YEAR |
stripe_payment/stripe_payment.module |
A payment with a failed charge because of an invalid expiry year. |
1 |
1 |
STRIPE_PAYMENT_STATUS_INVALID_NUMBER |
stripe_payment/stripe_payment.module |
A payment with a failed charge because of an invalid card number. |
1 |
1 |
STRIPE_PAYMENT_STATUS_INVALID_REQUEST |
stripe_payment/stripe_payment.module |
A payment with a failed charge because an invalid request was used at execution. |
2 |
1 |
STRIPE_PAYMENT_STATUS_MISSING |
stripe_payment/stripe_payment.module |
A payment with a failed charge because there is no card on the charged customer. |
1 |
1 |
STRIPE_PAYMENT_STATUS_PAID |
stripe_payment/stripe_payment.module |
A payment with a paid charge. |
2 |
1 |
STRIPE_PAYMENT_STATUS_PROCESSING_ERROR |
stripe_payment/stripe_payment.module |
A payment with a failed charge because an error occurred while processing the card. |
1 |
1 |
STRIPE_PAYMENT_STATUS_UNCAPTURED |
stripe_payment/stripe_payment.module |
A payment with a charge created without capturing and still un-captured. |
2 |
1 |
STRIPE_PAYMENT_STATUS_UNKNOWN_ERROR |
stripe_payment/stripe_payment.module |
A payment with a failed charge because an unknown error occurred at execution. |
3 |
1 |