Bitbond Documentation
About Bitbond
  • Token Tool
    • Intro Token Tool
      • Protocols and blockchains
      • Token custody
      • Paying Fees on Token Tool
      • Discount Codes
    • Create Token
      • Manage Token
    • Create Token Sale
      • Manage Token Sale
    • Airdrop Tokens
      • Custom recipients
      • Autofill recipients
      • Airdrop NFTs
    • Create Token Locker
    • Automate Payments
      • Payment stream
      • Token vesting
      • Delivery vs. Payment (DvP)
    • Create NFT
      • Manage NFT
    • Track Token Portfolio
    • Create Chain Record
    • Testnet Faucets
    • Token Tool API
  • TokenGems
    • Intro TokenGems
Powered by GitBook
LogoLogo

Token Tool functions

  • Create ERC20 Token on Ethereum
  • Create BEP20 Token on BNB Smart Chain
  • Create ERC20 Token on Base Chain

Guides

  • How to launch token presale
  • Tokenomics 101
  • How to create a DAO

Guides

  • How to airdrop tokens
  • How to create a memecoin
  • Liquidity pool guide

© Bitbond GmbH

On this page
  • General Settings
  • Webhooks
  • API keys

Was this helpful?

Export as PDF
  1. Offering Manager

Configuration

Last updated 2 years ago

Was this helpful?

The configuration page is used to apply settings to the Offering Manager setup.

General Settings

Time zone sets the system time zone. This time zone is also used for the time stamp of Registrar snapshots.

Webhooks

Webhook URLs can be added by clicking on the "Add New" link. The Bitbond API will automatically retry a webhook if the response status code will be anything other than 200.

Webhooks are called with payload in POST request body when the following events happen:

  • order_created

    • Is triggered when the endpoint POST /users/:user_id/projects/:project_id/orders is used and after a new order is successfully created.

  • order_fulfilled

    • Is triggered when the endpoint POST /admin/investments/:id/allocate is used and after the investment is successfully allocated in the system.

    • Is triggered when a bank payment transaction is received by the bank and after new investment is successfully allocated in the system.

    • Is triggered when admin user is seeding test environment with test investment data using Asset Manager Labs section (does not apply to production)

  • order_cancelled

    • Is triggered when admin user cancels the order in Asset Manager

  • investment_received

    • Is triggered automatically when investment funds are received on BVDH bank account

    • Is triggered when admin user manually allocates the investment in the Asset Manager

    • Is triggered when admin user is seeding test environment with test investment data using Asset Manager Labs section (does not apply to production)

  • kyc_video_identification_success

    • Is triggered after the investor goes through a successful IDnow KYC process.

    • Is triggered when KYC process is mocked using Asset Manager Labs section (does not apply to production)

  • kyc_approved

    • Is triggered after a successful auto-approval process when the investor finishes the KYC process.

  • kyc_rejected

    • Is triggered when admin user rejects the investor in Asset Manager

  • distribution_created

    • Is triggered when distribution to Blockchain was processed.

  • transaction_created (WIP)

API keys

To generate a new public key that grants access to our API, click on the button labeled "Create New API Key". Once clicked, a new key will be created.

If there is a need to revoke access to the API, simply press the "Revoke" button, which will disable the public key associated with the API, making it useless for any future API requests.