integrations.sh
← all integrations

Billingo API v3

OpenAPI apis-guru financial

This is a Billingo API v3 documentation. Our API based on REST software architectural style. API has resource-oriented URLs, accepts JSON-encoded request bodies and returns JSON-encoded responses. To use this API you have to generate a new API key on our . After that, you can test your API key on this page.

Homepage
https://api.apis.guru/v2/specs/billingo.hu/3.0.7.json
Provider
billingo.hu
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/billingo.hu/3.0.7/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/billingo.hu/3.0.7/openapi.yaml

Tools (33)

Extracted live via the executor SDK.

  • bankAccount.createBankAccount

    Create a new bank account. Returns a bank account object if the create is succeded.

  • bankAccount.deleteBankAccount

    Delete an existing bank account.

  • bankAccount.getBankAccount

    Retrieves the details of an existing bank account.

  • bankAccount.listBankAccount

    Returns a list of your bank accounts. The bank accounts are returned sorted by creation date, with the most recent bank account appearing first.

  • bankAccount.updateBankAccount

    Update an existing bank accounts. Returns a bank account object if the update is succeded.

  • currency.getConversionRate

    Return with the exchange value of given currencies.

  • document.cancelDocument

    Cancel a document. Returns a cancellation document object if the cancellation is succeded.

  • document.createDocument

    Create a new document. Returns a document object if the create is succeded.

  • document.createDocumentFromProforma

    Create a new document from proforma. Returns a document object if the create is succeded.

  • document.deletePayment

    Delete all exist payment history on document.

  • document.downloadDocument

    Download a document. Returns a document in PDF format.

  • document.getDocument

    Retrieves the details of an existing document.

  • document.getOnlineSzamlaStatus

    Retrieves the details of an existing document status.

  • document.getPayment

    Retrieves the details of payment history an existing document.

  • document.getPublicUrl

    Retrieves public url to download an existing document.

  • document.listDocument

    Returns a list of your documents. The documents are returned sorted by creation date, with the most recent documents appearing first.

  • document.sendDocument

    Returns a list of emails, where the invoice is sent.

  • document.updatePayment

    Update payment history an existing document. Returns a payment history object if the update is succeded.

  • documentBlock.listDocumentBlock

    Returns a list of your document blocks. The document blocks are returned sorted by creation date, with the most recent document blocks appearing first.

  • organization.getOrganizationData

    Retrieves the data of organization.

  • partner.createPartner

    Create a new partner. Returns a partner object if the create is succeded.

  • partner.deletePartner

    Delete an existing partner.

  • partner.getPartner

    Retrieves the details of an existing partner.

  • partner.listPartner

    Returns a list of your partners. The partners are returned sorted by creation date, with the most recent partners appearing first.

  • partner.updatePartner

    Update an existing partner. Returns a partner object if the update is succeded.

  • product.createProduct

    Create a new product. Returns a product object if the create is succeded.

  • product.deleteProduct

    Delete an existing product.

  • product.getProduct

    Retrieves the details of an existing product.

  • product.listProduct

    Returns a list of your products. The partners are returned sorted by creation date, with the most recent partners appearing first.

  • product.updateProduct

    Update an existing product. Returns a product object if the update is succeded.

  • util.getId

    Retrieves the API v3 ID.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools