The configuration page is used to apply settings to the Offering Manager setup.
Time zone sets the system time zone. This time zone is also used for the time stamp of Registrar snapshots.
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)
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.