Blocks within customers
List of all the block within the customers group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
stripeconnection v15.0.0 Creates the Stripe customer that saved cards, subscriptions and invoices hang off. Stripe enforces no uniqueness — creating this twice for one person gives them two billing histories and two sets of saved cards, so wire an idempotency key from your own user GUID. get customer stripeconnection v15.0.0 Reads a Stripe customer. A customer deleted in Stripe comes back as a tombstone rather than an error — this block reports that as CUSTOMER_DELETED instead of handing back an almost-empty object that looks live. Back to
stripe Return to the main group to view all sub-groups
