# StripeClient

- [`chargePaymentSession`](../operations/connectors.stripeChargePaymentSession.md) — Find/create a customer, resolve or create a payment method from a card/wallet token, create + confirm a payment intent, look up the latest charge, and return the shaped charge result
- [`createCopayPrice`](../operations/connectors.stripeCreateCopayPrice.md) — Create a product then a price for it
- [`createCustomer`](../operations/connectors.stripeCreateCustomer.md) — Create a customer with email + metadata
- [`createPaymentIntent`](../operations/connectors.stripeCreatePaymentIntent.md) — Create a client-side payment intent, returning the client secret, publishable key, customer id, amount and currency
- [`createSession`](../operations/connectors.stripeCreateSession.md) — Create a Checkout Session for a single line item
- [`createSubscription`](../operations/connectors.stripeCreateSubscription.md) — Create a subscription for a customer + price
- [`getPaymentIntentStatus`](../operations/connectors.stripeGetPaymentIntentStatus.md) — Fetch a payment intent + latest charge; return status, last4, brand and receipt url
- [`listProducts`](../operations/connectors.stripeListProducts.md) — List products (optionally capped by ``limit``)
- [`validateAndTokenizeCard`](../operations/connectors.stripeValidateAndTokenizeCard.md) — Tokenize a card
- [`verifyConnection`](../operations/connectors.stripeVerifyConnection.md) — Lightweight products list call; returns ``{"connected": bool}``
