Create billing account
POST/v1/billing_accounts
Creates a billing account associated with a customer. The customer block locates an existing customer by id, external_id or document_number; when not found, creates a new one (requires name and document_number).
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Billing account created.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.