Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _build/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16989,6 +16989,10 @@ components:
example: strict
nullable: true
type: string
onboarding_url:
description: The URL to resume onboarding
example: https://onboarding.conekta.com/resume/6827305a1ec60400015eb116
type: string
required:
- account_status
- active
Expand Down Expand Up @@ -17090,6 +17094,12 @@ components:
$ref: "#/components/schemas/Create_Company_Request_fiscal_info"
bank_account_info:
$ref: "#/components/schemas/Create_Company_Request_bank_account_info"
users:
description: User emails for the company
items:
type: string
type: array
default: null
title: Create Company Request
CompanyDocumentRequest:
description: Request body for uploading a company document.
Expand Down
4 changes: 4 additions & 0 deletions schemas/companies/company_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ properties:
enum:
- smart
- strict
onboarding_url:
type: string
description: The URL to resume onboarding
example: "https://onboarding.conekta.com/resume/6827305a1ec60400015eb116"
required:
- id
- name
Expand Down
7 changes: 6 additions & 1 deletion schemas/companies/create_company_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ properties:
clabe:
type: string
description: The 18-digit CLABE for the bank account.
example: "002010077777777771"
example: "002010077777777771"
users:
type: array
description: User emails for the company
items:
type: string
Loading