Billing

Update billing customer details

Updates billing customer details for the specified organization.

patch/organizations/{organizationID}/billing/customer

Request body

billing_emailstring email required

Response

Billing customer updated

billing_emailstring email required
marketplace'aws' required

Marketplace provider associated with an organization.

collection_method'unknown' | 'stripe_payment_method' | 'marketplace' | 'bank_transfer' required

How billing payment is collected for the organization.

can_collect_paymentboolean required
has_payment_methodboolean required

True when the customer has a valid Stripe default card payment method.

Changes

Changed in 6 of the 39 revisions of this API.215

    • added the required property can_collect_payment to the response with the 200 status

      response-required-property-added

    • added the required property collection_method to the response with the 200 status

      response-required-property-added

    • deleted the path request parameter organizationID

      request-parameter-removed

    • the marketplace response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added OrganizationMarketplaceProvider to the marketplace response property allOf list for the response status 200

      response-property-all-of-added

    • added the required property marketplace to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog