Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 793 Bytes

billing-strategy.mdx

File metadata and controls

25 lines (19 loc) · 793 Bytes

billing_strategy

Control how usage of this interface is billed.

const config = {
  key: ...,
  fields: ...,
  requests: ...,
  access: ...,
  authentication: ...,
  billing_strategy: "Individual"
};
Type Required Default
string No Individual

There are two available options for the billing_strategy property:

  • Individual (Default) - Each user is responsible for their usage costs. Interface creators will not be responsible for any costs accrued by other users.
  • InterfaceOwner- The creator of the interface will be responsible for all costs associated with usage of this interface. Useful for organizations with employees.

See the pricing page for more information about billing.