Retrieves a PaymentMethod object attached to the StripeAccount. To retrieve a payment method attached to a Customer, you should use Retrieve a Customer’s PaymentMethod.
Functions
Stripe: Retrieve a Customer’s Payment Method
Retrieves a PaymentMethod object for a given Customer.
Stripe: Delete a Customer
Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
Stripe: Search Customers
Search for customers you’ve previously created using Stripe’s Search Query Language. Don’t use search in read-after-write flows where strict consistency is necessary.
https://docs.stripe.com/search#search-query-language
Stripe: Retrieve a Customer
Retrieves a Customer object.