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>


Top ↑

Return Return

(StripeCustomer|false) $customer Stripe Customer if found or false on error.


Top ↑

Source Source

File: includes/gateways/stripe/includes/card-actions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.