createCustomer
Parameters
getCustomer
getCustomerByExternalId
Look up a customer by their ID in your system.
updateCustomer
deleteCustomer
listUnresolvedCustomers
List customers imported from Stripe that don’t yet have an external_id bound to your user ID. Pair with bindCustomer() to resolve them. See Migrating from Stripe for context.
Response
bindCustomer
Bind an imported customer to your internal user ID. The customer must currently have no external_id set; binding is one-way and immutable.
Parameters
External IDs are immutable once set. There’s no unbind operation — double-check before binding.
Customer object