v1

latestOpenAPI 3.1.02026-08-042453938.9 KB
Customers

Sync a Drip customer to Stripe (create cus_xxx and link)

Create a Stripe Customer on the merchant's connected Stripe account for the given Drip customer and persist the resulting cus_xxx on the Drip customer row. Idempotent: if the Drip customer already has a stripeCustomerId, returns it unchanged. Works with API-key or OAuth-connected Stripe integrations. Email/name are pulled from the Drip customer's metadata.email / metadata.name, falling back to externalCustomerId when it looks like an email, then to emailOverride from the request body.

Requires a secret key (sk_*) with at least the OPERATOR role.

post/v1/customers/{id}/sync-stripe-customer

Path parameters

idstring required

Drip customer id

Request body

integrationIdstring

Specific Stripe integration to use. Omit to auto-select the workspace's active Stripe integration.

emailOverridestring

Email to send to Stripe when the Drip customer has none in metadata or externalCustomerId.

Response

Default Response