Create Account

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
Account name
organization_idstringRequired
Organization ID
descriptionstring or nullOptional
Account description
account_typestring or nullOptional

Account type (defaults to server environment)

settingsmap from strings to any or nullOptional
Account settings

Response

Successful Response
idstring
Unique account identifier
namestring
Account name
descriptionstring or null
Account description
account_typestring
Account type
organization_idstring
Organization ID
settingsmap from strings to any or null
Account settings
created_atdatetime
When the account was created
updated_atdatetime
When the account was last updated
brand_settingsobject or null
Brand customization settings for checkout
invoice_settingsobject or null
Invoice customization settings
notification_settingsobject or null

Notification settings for invoice/dunning and channels

billing_portal_settingsobject or null

Billing portal settings for customer self-service

dunning_settingsobject or null
Dunning settings for failed payment recovery
checkout_settingsobject or null
Checkout settings for session configuration and analytics
fraud_settingsobject or null
Fraud protection settings for card blocking
mit_settingsobject or null
MIT cascade control settings for subscription payments
cit_processing_enabledboolean or nullDefaults to true

Whether CIT (checkout/card) processing is enabled

mit_processing_enabledboolean or nullDefaults to true

Whether MIT (subscription/recurring) processing is enabled

default_processor_route_idstring or null
ID of the default processor route for card checkout. A processor route contains an ordered list of processors tried sequentially as a fallback chain. This route is used when no route is specified on a checkout session.

Errors