Billing

Get billing customer details

Retrieves billing customer details for the specified organization.

get/organizations/{organizationID}/billing/customer

Response

Billing customer details

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 2 of the 9 revisions of this API.12

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • deleted the path request parameter organizationID

      request-parameter-removed