For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Update a Customer

Stripe Operation

Update a Customer in Stripe

Example User Story

As a business I wish to update a customer, so that they can pay me via a different permissible method.

Fields

Field Name
Field Type
Required

id

String

Yes

name

String

No

email

String

No

description

String

No

Stripe

Example link

Code (Apache v2.0): Operation

Last updated