Jump to Content
Monite API Documentation
HomeGuidesAPI ExplorerDiscussionsSandbox
Monite API Documentation
HomeGuidesAPI ExplorerDiscussionsSandbox

Introduction

  • Welcome to Monite
  • Monite account structure
  • Get started
  • Support
  • Release notes

Common

  • Entities
    • Manage bank accounts
    • Manage persons
    • Manage onboarding data
    • Manage documents
  • Entity users
  • Counterparts
    • Manage Tax IDs
    • Manage addresses
    • Manage bank accounts
    • Manage contacts
  • Payment terms
  • Metadata
  • PDF templates
  • Text templates
    • Variables
  • Accounting export
  • Accounting integrations

Accounts Payable

  • Payables lifecycle
  • Manage domains and mailboxes
  • Collect payables
    • Manage line items
    • Manage tags
  • Payable status transitions
  • Manage payable approvals
  • Purchase orders
  • Approval policies
    • Processes and steps

Accounts Receivable

  • Accounts receivable
  • Create and manage products
  • VAT rates
  • Invoices
    • Create and send invoices
    • Manage invoices
    • Recurring invoices
    • Invoice payment reminders
    • Overdue reminders
  • Quotes
    • Create and send quotes
    • Manage quotes
  • Credit notes
  • Discounts
  • Regulatory compliance

Payments

  • Onboard for payment acceptance
    • Onboarding via API [Beta]
    • Onboarding via link
  • Payment intents
  • Payment methods
  • Payment links
  • Customize payment page

Web SDK

  • Monite SDK
  • React UI Components
    • ConfirmDeleteModal
    • CreateInvoice
    • CreditNotesTable
    • InvoiceDetails
    • InvoicesTable
    • QuotesTable
    • ReceivablesTable
    • TagFormModal
    • TagsTable
  • Widget Demos
  • Localization

References

  • Glossary
  • Postman collections
  • MoniteScript 2.0
  • Supported currencies
  • Webhooks
  • Go-live checklist

CreateInvoice

Suggest Edits

CreateInvoice is a React component that displays a modal form for creating a new invoice.

Demo

:arrow-right: View the demo

Usage

<CreateInvoice
  type={"invoice"}
/>

Properties

onClose: function

Callback. Triggered when the modal form is closed.

type: string (required)

The type of the receivable document you want to create. Possible values: "invoice", "quote", "creditNotes".

Updated 5 days ago


  • Table of Contents
    • Demo
    • Usage
    • Properties
      • onClose: function
      • type: string (required)