edds_get_stripe_customer( string $stripe_customer_id, array $customer_args )
Checks if customer Stripe Customer object exists.
Description Description
Parameters Parameters
- $stripe_customer_id
-
(Required) Stripe Customer ID. Usually starts with cus_ .
- $customer_args
-
(Required) Arguments to create a Stripe Customer. @link <a href="https://stripe.com/docs/api/customers/create">https://stripe.com/docs/api/customers/create</a>
Return Return
(StripeCustomer|false) $customer Stripe Customer if found or false on error.
Source Source
File: includes/gateways/stripe/includes/card-actions.php
Changelog Changelog
Version | Description |
---|---|
2.8 | Introduced. |